Skip to content

Commit c631512

Browse files
committed
docs(xml): Fixed invalid XML end tag
1 parent d3adcea commit c631512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/NetworkingManagerComponents/Binary/BitReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public ulong ReadUInt64Packed()
544544
/// <summary>
545545
/// Read a string from the stream.
546546
/// </summary>
547-
/// <returns>The string that was read.<returns>
547+
/// <returns>The string that was read.</returns>
548548
/// <param name="oneByteChars">If set to <c>true</c> one byte chars are used and only ASCII is supported.</param>
549549
public StringBuilder ReadString(bool oneByteChars) => ReadString(null, oneByteChars);
550550
/// <summary>

0 commit comments

Comments
 (0)