Add missing word to CLI documentation of UAX31 table selection flag

This commit is contained in:
Richard (Rikki) Andrew Cattermole 2024-05-25 23:54:31 +12:00 committed by The Dlang Bot
parent aa3533b4e5
commit b74b711f17

View file

@ -473,7 +473,7 @@ dmd -cov -unittest myprog.d
$(LI $(I UAX31): UAX31)
$(LI $(I c99): C99)
$(LI $(I c11): C11)
$(LI $(I all): All, the least restrictive set, which comes all others (default))
$(LI $(I all): All, the least restrictive set, which comes with all others (default))
)`
),
Option("identifiers-importc=<table>",
@ -483,7 +483,7 @@ dmd -cov -unittest myprog.d
$(LI $(I UAX31): UAX31)
$(LI $(I c99): C99)
$(LI $(I c11): C11 (default))
$(LI $(I all): All, the least restrictive set, which comes all others)
$(LI $(I all): All, the least restrictive set, which comes with all others)
)`
),
Option("ignore",