(Ara) Remove some LTR (U+200E) chars that had been copypasted in error

This commit is contained in:
Inari Listenmaa
2018-10-12 15:40:48 +02:00
parent a36c3278a5
commit 0bce38800c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra in {
ComplVV vv vp = let vvVP = predV vv in --- IL
vp ** {
s = \\pgn,vpf => vvVP.s ! pgn ! vpf
++ vv.c2 -- أَنْ
++ vv.c2 -- أَنْ
++ vp.s ! pgn ! VPImpf Cnj
} ;