diff options
| author | aarne <unknown> | 2004-08-03 11:47:32 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-08-03 11:47:32 +0000 |
| commit | 59b5745c0eaf418954bfea5ac594845420262295 (patch) | |
| tree | 4d96f1a9822b538da2a17ee69d4908f1a220a095 /examples/numerals/finnish.gf | |
| parent | 541ef75fb4171707973b15cf612cc5edf20fedcf (diff) | |
Preparing for release.
Diffstat (limited to 'examples/numerals/finnish.gf')
| -rw-r--r-- | examples/numerals/finnish.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/numerals/finnish.gf b/examples/numerals/finnish.gf index 6cb789ff2..b1514554b 100644 --- a/examples/numerals/finnish.gf +++ b/examples/numerals/finnish.gf @@ -1,6 +1,6 @@ include numerals.Abs.gf ; -param Place = attr | indep ; +param Place = indep | attr ; param Nm = sg | pl ; oper sata : Nm => Str = table {{sg} => "sata" ; {pl} => "sataa"} ; |
