From a15e907e8031047c3da21ee84cf465c02d88fda8 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 24 Aug 2012 12:31:32 +0000 Subject: [PATCH] typo in extmini --- examples/extmini/GrammarEng.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/extmini/GrammarEng.gf b/examples/extmini/GrammarEng.gf index 5692255ba..4fc6c44db 100644 --- a/examples/extmini/GrammarEng.gf +++ b/examples/extmini/GrammarEng.gf @@ -82,7 +82,7 @@ concrete GrammarEng of Grammar = open ResEng, Prelude in { i_NP = pronNP "I" "me" Sg Per1 ; youSg_NP = pronNP "you" "you" Sg Per2 ; - he_NP = pronNP "her" "him" Sg Per3 ; + he_NP = pronNP "he" "him" Sg Per3 ; she_NP = pronNP "she" "her" Sg Per3 ; we_NP = pronNP "we" "us" Pl Per1 ; youPl_NP = pronNP "you" "you" Pl Per2 ;