Commit d597f0dd authored by Lev Walkin's avatar Lev Walkin

typo fix

parent 963ef133
...@@ -5,7 +5,7 @@ T ::= VisibleString (SIZE(0)) ...@@ -5,7 +5,7 @@ T ::= VisibleString (SIZE(0))
T ::= VisibleString (SIZE(0,...)) T ::= VisibleString (SIZE(0,...))
T ::= VisibleString (SIZE(1)) T ::= VisibleString (SIZE(1))
T ::= VisibleString (SIZE(1)) (FROM("A".."B")) T ::= VisibleString (SIZE(1)) (FROM("A".."B"))
T ::= VisibleString (SIZE(1,..)) T ::= VisibleString (SIZE(1,...))
T ::= VisibleString (SIZE(2)) T ::= VisibleString (SIZE(2))
T ::= VisibleString (SIZE(2,...)) T ::= VisibleString (SIZE(2,...))
T ::= VisibleString (SIZE(1..2)) T ::= VisibleString (SIZE(1..2))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment