We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e645681 commit a14c197Copy full SHA for a14c197
LLama/Common/FixedSizeQueue.cs
@@ -55,7 +55,7 @@ public FixedSizeQueue(int size)
55
}
56
57
/// <summary>
58
- /// Fill the queue with existing data. Please ensure that data.Count <= size
+ /// Fill the queue with existing data. Please ensure that data.Count <= size
59
/// </summary>
60
/// <param name="size"></param>
61
/// <param name="data"></param>
0 commit comments