summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2012-08-24 12:31:32 +0000
committeraarne <aarne@chalmers.se>2012-08-24 12:31:32 +0000
commita15e907e8031047c3da21ee84cf465c02d88fda8 (patch)
tree7fb4907b1908397f51fbb582a1ced11f4e7ab7a5 /examples
parent2b77d3e0b05d59c9e7c5a9d50b3a850ddeed82dd (diff)
typo in extmini
Diffstat (limited to 'examples')
-rw-r--r--examples/extmini/GrammarEng.gf2
1 files changed, 1 insertions, 1 deletions
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 ;