(Kor) Fix typo in a conjunction

This commit is contained in:
Inari Listenmaa
2020-08-15 08:09:10 +02:00
parent a17f4fd401
commit bfcae3bbbb

View File

@@ -74,7 +74,7 @@ oper
-- Special "conjunction": just put comma with NPs, no conjunction. -- Special "conjunction": just put comma with NPs, no conjunction.
-- Used in a specific (proprietary) application grammar, don't remove this. -- Used in a specific (proprietary) application grammar, don't remove this.
<Comma,NStar,_> => "," ; <Comma,NStar,_> => "," ;
<Comma,VStar,Consonant> => "며" ; <Comma,VStar,Consonant> => "며" ;
<Comma,VStar,Vowel> => "며" ; <Comma,VStar,Vowel> => "며" ;
-- In the normal case, conjunctions are repeated after each element in ListX -- In the normal case, conjunctions are repeated after each element in ListX