Skip to content

Commit 5196af6

Browse files
committed
FIx error in summary comment
1 parent 171e4b0 commit 5196af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tar/TarHeader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ public static int GetNameBytes(StringBuilder name, int nameOffset, byte[] buffer
865865
/// <param name="buffer">The buffer to add to</param>
866866
/// <param name="bufferOffset">The index of the first byte to add</param>
867867
/// <param name="length">The number of characters/bytes to add</param>
868-
/// <returns>The next free index in the <paramref name="buffer/></returns>
868+
/// <returns>The next free index in the <paramref name="buffer"/></returns>
869869
public static int GetNameBytes(string name, int nameOffset, byte[] buffer, int bufferOffset, int length)
870870
{
871871
if ( name == null )

0 commit comments

Comments
 (0)