Skip to content

Commit

Permalink
Fixed compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Oct 19, 2023
1 parent be58e82 commit 849fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNext/Buffers/BufferWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public virtual TagList MeasurementTags
/// <summary>
/// Gets or sets the amount of data written to the underlying memory so far.
/// </summary>
/// <exception cref="ArgumentOutOfRangeException"></exception>
/// <exception cref="ArgumentOutOfRangeException"><paramref name="value"/> is greater than <see cref="Capacity"/>.</exception>
public int WrittenCount
{
get => position;
Expand Down

0 comments on commit 849fdd5

Please sign in to comment.