aboutsummaryrefslogtreecommitdiff
path: root/ber
diff options
context:
space:
mode:
Diffstat (limited to 'ber')
-rw-r--r--ber/class.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ber/class.go b/ber/class.go
index 92a5509..bc83651 100644
--- a/ber/class.go
+++ b/ber/class.go
@@ -86,8 +86,8 @@ var tagNames = map[Tag]string{
tagEmbeddedPDV: "Embedded PDV",
tagUTF8String: "UTF8 String",
tagRelativeOID: "Relative OID",
- tagSequence: "Sequence / Of",
- tagSet: "Set / Of",
+ tagSequence: "Sequence (Of)",
+ tagSet: "Set (Of)",
tagNumericString: "Numeric String",
tagPrintableString: "Printable String",
tagTeletexString: "Teletext String",