Skip to content

Commit

Permalink
fix: update comment
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 b5d5131 commit 643f388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/encoding/asn1/asn1.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ func decode(r []byte) (value, error) {
v.expectedLen -= berValueLen
v.members = append(v.members, &cv)
valueStack = append(valueStack, &cv)
// break to start decoding the new constructed value
// break to start decoding the new constructed value in the next
// iteration
break
}
}
Expand Down

0 comments on commit 643f388

Please sign in to comment.