summaryrefslogtreecommitdiff
path: root/examples/numerals/arabic_modern.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/numerals/arabic_modern.gf')
-rw-r--r--examples/numerals/arabic_modern.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/numerals/arabic_modern.gf b/examples/numerals/arabic_modern.gf
index 658b6776b..2d888daeb 100644
--- a/examples/numerals/arabic_modern.gf
+++ b/examples/numerals/arabic_modern.gf
@@ -88,7 +88,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 => "ﺍﻟﻔﻴﻦ" ; _ => "ﺍﻟﻒ"} ;
}