Skip to content

Commit a934d09

Browse files
committed
updated xml-docs
1 parent 231df47 commit a934d09

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
@@ -72,7 +72,7 @@ public Asn1Reader(Byte[] rawData) : this(rawData, 0) { }
7272
}
7373

7474
/// <summary>
75-
/// Gets current position in the byte array stored in <see cref="RawData"/> property.
75+
/// Gets current position in the byte array stored in current data source.
7676
/// </summary>
7777
public Int32 Offset { get; private set; }
7878
/// <summary>

0 commit comments

Comments
 (0)