From 849fdd5cb43d83fc90730d26b2dd176838aa0d7b Mon Sep 17 00:00:00 2001 From: sakno Date: Thu, 19 Oct 2023 11:45:05 +0300 Subject: [PATCH] Fixed compiler warnings --- src/DotNext/Buffers/BufferWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DotNext/Buffers/BufferWriter.cs b/src/DotNext/Buffers/BufferWriter.cs index e0dc52ab5..5604f8515 100644 --- a/src/DotNext/Buffers/BufferWriter.cs +++ b/src/DotNext/Buffers/BufferWriter.cs @@ -83,7 +83,7 @@ public virtual TagList MeasurementTags /// /// Gets or sets the amount of data written to the underlying memory so far. /// - /// + /// is greater than . public int WrittenCount { get => position;