diff options
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 => "אלפים" ; _ => "אלף"} ; } |
