Skip to content

Commit 2b17fa5

Browse files
Update LLama/Common/FixedSizeQueue.cs
Co-authored-by: Martin Evans <martindevans@gmail.com>
1 parent a467d93 commit 2b17fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama/Common/FixedSizeQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public FixedSizeQueue(int size)
6060
}
6161

6262
/// <summary>
63-
/// Fill the queue with existing data. Please ensure that data.Count <= size
63+
/// Fill the queue with existing data. Please ensure that data.Count &lt;= size
6464
/// </summary>
6565
/// <param name="size"></param>
6666
/// <param name="data"></param>

0 commit comments

Comments
 (0)