Latvian: a minor fix in the comma usage

This commit is contained in:
normundsg
2013-12-13 10:37:48 +00:00
parent 1554d160c2
commit 4ac0369e1a
2 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ oper
mkConj : Str -> Str -> Number -> Conj = mk2Conj ;
} ;
mk2Conj : Str -> Str -> Number -> Conj = \c1,c2,n -> lin Conj (sd2 c1 c2 ** {num = n}) ;
mk2Conj : Str -> Str -> Number -> Conj = \c1,c2,n -> lin Conj (sd2 c1 ("," ++ c2) ** {num = n}) ;
-- Numerals: need review (TODO)