Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Oct 7, 2023
1 parent a92e2cb commit 49e06b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DotNext/Buffers/BufferWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public void Advance(int count)
/// Moves the writer back the specified number of items.
/// </summary>
/// <param name="count">The number of items.</param>
/// <exception cref="ObjectDisposedException">This writer has been disposed.</exception>
/// <exception cref="ArgumentOutOfRangeException"><paramref name="count"/> is less than zero or greater than <see cref="WrittenCount"/>.</exception>
public void Rewind(int count)
{
Expand Down

0 comments on commit 49e06b2

Please sign in to comment.