summaryrefslogtreecommitdiff
path: root/doc/tutorial/gf-tutorial2.txt
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-01-25 15:03:11 +0000
committeraarne <aarne@cs.chalmers.se>2006-01-25 15:03:11 +0000
commitb830e476088712f79dcd9c463b058aafc1396af5 (patch)
treeb9abecdf3a53272c8f886160320d449ea495eb73 /doc/tutorial/gf-tutorial2.txt
parent7c11be56839de0186b5deab2305b6f1865c44855 (diff)
cheese.s in tutorial
Diffstat (limited to 'doc/tutorial/gf-tutorial2.txt')
-rw-r--r--doc/tutorial/gf-tutorial2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/gf-tutorial2.txt b/doc/tutorial/gf-tutorial2.txt
index a5b262053..be88d83f6 100644
--- a/doc/tutorial/gf-tutorial2.txt
+++ b/doc/tutorial/gf-tutorial2.txt
@@ -1166,7 +1166,7 @@ example shows such a table:
The application of a table to a parameter is done by the **selection**
operator ``!``. For instance,
```
- Cheese.s ! Pl
+ table {Sg => "cheese" ; Pl => "cheeses"} ! Pl
```
is a selection, whose value is ``"cheeses"``.