Skip to content

Commit 8a7313d

Browse files
committed
clarified the meaning of Asn1Reader.GetReader() method
1 parent 22c8ed5 commit 8a7313d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Asn1Parser/Asn1Reader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ public Asn1Universal GetTagObject() {
582582
};
583583
}
584584
/// <summary>
585-
/// Returns a new instance of <see cref="Asn1Reader"/> that points to current tag. This method does not allocate extra memory.
585+
/// Returns a new instance of <see cref="Asn1Reader"/> that is sourced from the current tag.
586586
/// </summary>
587587
/// <returns>A new instance of <see cref="Asn1Reader"/>.</returns>
588588
public Asn1Reader GetReader() {

0 commit comments

Comments
 (0)