From 50a5a67ee1eab8abb377c9498803951da5e58b4d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 13 Jul 2015 19:04:26 +0200 Subject: Wording --- ber/class.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ber') 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", -- cgit v1.2.3