Commit f5e333e9 authored by Lev Walkin's avatar Lev Walkin

typo fix

parent be0e55dd
...@@ -11,7 +11,7 @@ T ::= VisibleString (SIZE(2,...)) ...@@ -11,7 +11,7 @@ T ::= VisibleString (SIZE(2,...))
T ::= VisibleString (SIZE(1..2)) T ::= VisibleString (SIZE(1..2))
T ::= VisibleString (SIZE(1..2,...)) T ::= VisibleString (SIZE(1..2,...))
T ::= VisibleString (SIZE(4..6,...)) (FROM("A".."B")) T ::= VisibleString (SIZE(4..6,...)) (FROM("A".."B"))
T ::= VisibleString (SIZE(1..MAX)) FROM("A".."B")) T ::= VisibleString (SIZE(1..MAX)) (FROM("A".."B"))
T ::= VisibleString (SIZE(1..127)) T ::= VisibleString (SIZE(1..127))
T ::= VisibleString (SIZE(1..128)) T ::= VisibleString (SIZE(1..128))
T ::= VisibleString (SIZE(1..129)) T ::= VisibleString (SIZE(1..129))
......
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