diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-01-25 15:03:11 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-01-25 15:03:11 +0000 |
| commit | b830e476088712f79dcd9c463b058aafc1396af5 (patch) | |
| tree | b9abecdf3a53272c8f886160320d449ea495eb73 /doc/tutorial/gf-tutorial2.txt | |
| parent | 7c11be56839de0186b5deab2305b6f1865c44855 (diff) | |
cheese.s in tutorial
Diffstat (limited to 'doc/tutorial/gf-tutorial2.txt')
| -rw-r--r-- | doc/tutorial/gf-tutorial2.txt | 2 |
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"``. |
