diff options
| author | aarne <aarne@chalmers.se> | 2011-12-04 09:49:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-04 09:49:06 +0000 |
| commit | ea01e7181e4632aa4c0a9e9151b9bb38dcc8e75e (patch) | |
| tree | 6fe6fdfd57633deaf4dfccb3ec6598d879296bd0 /examples | |
| parent | cf9dd6c9fe0b363076114afe7db7045bdf3f0050 (diff) | |
typos in WordsTha corrected
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/WordsTha.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsTha.gf b/examples/phrasebook/WordsTha.gf index ede035fa4..13def3593 100644 --- a/examples/phrasebook/WordsTha.gf +++ b/examples/phrasebook/WordsTha.gf @@ -179,8 +179,8 @@ concrete WordsTha of Words = SentencesTha ** Husband = xOf (R.thword "สา" "มี") ; -- polite --- Wife = xOf "เมีย" ; ---- familiar --- Husband = xOf "ผัว" ; ---- familiar - Son = xOf (R.thword "ลูก ชาย") ; - Daughter = xOf (R.thword "ลูก สาว") ; + Son = xOf (R.thword "ลูก" "ชาย") ; + Daughter = xOf (R.thword "ลูก" "สาว") ; Children = xOf L.child_N.s ; ---- -- week days |
