forked from GitHub/gf-rgl
fix typo
This commit is contained in:
@@ -12,7 +12,7 @@ lin InflectionN = \x -> {
|
|||||||
s1=heading1 ("Emër" ++
|
s1=heading1 ("Emër" ++
|
||||||
case x.g of {
|
case x.g of {
|
||||||
Masc => "(mashkullor)" ;
|
Masc => "(mashkullor)" ;
|
||||||
Fem => "(femëror")
|
Fem => "(femëror)"
|
||||||
}) ;
|
}) ;
|
||||||
s2=frameTable (
|
s2=frameTable (
|
||||||
tr (intagAttr "th" "colspan=\"2\"" "" ++ th "Sg" ++ th "Pl") ++
|
tr (intagAttr "th" "colspan=\"2\"" "" ++ th "Sg" ++ th "Pl") ++
|
||||||
|
|||||||
Reference in New Issue
Block a user