We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3adcea commit c631512Copy full SHA for c631512
MLAPI/NetworkingManagerComponents/Binary/BitReader.cs
@@ -544,7 +544,7 @@ public ulong ReadUInt64Packed()
544
/// <summary>
545
/// Read a string from the stream.
546
/// </summary>
547
- /// <returns>The string that was read.<returns>
+ /// <returns>The string that was read.</returns>
548
/// <param name="oneByteChars">If set to <c>true</c> one byte chars are used and only ASCII is supported.</param>
549
public StringBuilder ReadString(bool oneByteChars) => ReadString(null, oneByteChars);
550
0 commit comments