summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter3/ResIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'gf-book/examples/chapter3/ResIta.gf')
-rw-r--r--gf-book/examples/chapter3/ResIta.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf-book/examples/chapter3/ResIta.gf b/gf-book/examples/chapter3/ResIta.gf
index 17809c498..77188198c 100644
--- a/gf-book/examples/chapter3/ResIta.gf
+++ b/gf-book/examples/chapter3/ResIta.gf
@@ -32,5 +32,5 @@ resource ResIta = open Prelude in {
in
adjective nero (ner+"a") (ner+"i") (ner+"e") ;
copula : Number => Str =
- table {Sg => "่" ; Pl => "sono"} ;
+ table {Sg => "รจ" ; Pl => "sono"} ;
}