Skip to content

Commit

Permalink
fix: update code
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Aug 3, 2023
1 parent 6524a9c commit 1465e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/encoding/asn1/asn1.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func decode(r []byte) (value, error) {
// top
node := valueStack[stackLen-1]

// check that the constructed value is fully encoded
// check that the constructed value is fully decoded
if len(node.rawContent) == 0 {
// calculate the length of the members
for _, m := range node.members {
Expand Down

0 comments on commit 1465e3e

Please sign in to comment.