Skip to content

Commit 5d725ae

Browse files
committed
Fixed typo in summary comment.
1 parent 5ec5dc5 commit 5d725ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Zip/ZipExtraData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ static ITaggedData Create(short tag, byte[] data, int offset, int count)
626626
/// <summary>
627627
/// Get the length of the last value found by <see cref="Find"/>
628628
/// </summary>
629-
/// <remarks>This is only value if <see cref="Find"/> has previsouly returned true.</remarks>
629+
/// <remarks>This is only valid if <see cref="Find"/> has previously returned true.</remarks>
630630
public int ValueLength
631631
{
632632
get { return readValueLength_; }
@@ -636,7 +636,7 @@ public int ValueLength
636636
/// Get the index for the current read value.
637637
/// </summary>
638638
/// <remarks>This is only valid if <see cref="Find"/> has previously returned true.
639-
/// Initially it will be the index of the first byte of actual data. The value is updated after calls to
639+
/// Initially the result will be the index of the first byte of actual data. The value is updated after calls to
640640
/// <see cref="ReadInt"/>, <see cref="ReadShort"/> and <see cref="ReadLong"/>. </remarks>
641641
public int CurrentReadIndex
642642
{

0 commit comments

Comments
 (0)