Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 8, 2024
1 parent f4f0088 commit 582035b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ internal long Term
/// <remarks>
/// If <paramref name="currentIndex"/> is modified in a way when it out of bounds
/// then snapshot process will be terminated immediately. Moreover,
/// compaction algorithm is optimized for monothonic growth of this index.
/// compaction algorithm is optimized for monotonic growth of this index.
/// Stepping back or random access may slow down the process.
/// </remarks>
/// <param name="startIndex">The lower bound of the index, inclusive.</param>
Expand Down

0 comments on commit 582035b

Please sign in to comment.