Skip to content

Commit

Permalink
Typo in XML comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
stazz committed Feb 10, 2019
1 parent 8ab0646 commit a2b8013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Code/UtilPack/BinaryExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static Stream SeekFromBegin( this Stream stream, Int64 position )
/// Reads a whole stream and returns its contents as single byte array.
/// </summary>
/// <param name="stream">The stream to read.</param>
/// <param name="buffer">The optional buffer to use. If not specified, then a buffer of <c>1024</c> bytes will be used. The buffer will only be used if stream does not support querying length and position.</param><
/// <param name="buffer">The optional buffer to use. If not specified, then a buffer of <c>1024</c> bytes will be used. The buffer will only be used if stream does not support querying length and position.</param>
/// <param name="token">The <see cref="CancellationToken"/>.</param>
/// <returns>The stream contents as single byte array.</returns>
/// <exception cref="NullReferenceException">If <paramref name="stream"/> is <c>null</c>.</exception>
Expand Down

0 comments on commit a2b8013

Please sign in to comment.