diff options
| author | hallgren <hallgren@chalmers.se> | 2010-11-12 16:46:44 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2010-11-12 16:46:44 +0000 |
| commit | b46442ab0b50fe58417b85d34a97a16e7b06de05 (patch) | |
| tree | afc01daec398af317ece15253a463d72b19c8af7 /examples/numerals/hebrew_biblical.gf | |
| parent | bad36015d23f125ce2d3f1faedd5047aedb6c398 (diff) | |
examples/numerals: adapt to current GF syntax
Diffstat (limited to 'examples/numerals/hebrew_biblical.gf')
| -rw-r--r-- | examples/numerals/hebrew_biblical.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/numerals/hebrew_biblical.gf b/examples/numerals/hebrew_biblical.gf index 2510a21d1..a1e2c408b 100644 --- a/examples/numerals/hebrew_biblical.gf +++ b/examples/numerals/hebrew_biblical.gf @@ -87,7 +87,7 @@ lin pot3plus n m = {s = n.s ! attr ++ Alf ! n.size ++ "ו" ++ m.s ! indep} ; oper Alf : Size => Str = - table {{small} => "אלפים" ; {dual} => "אלפים" ; _ => "אלף"} ; + table {small => "אלפים" ; dual => "אלפים" ; _ => "אלף"} ; } |
