There was an error while loading. Please reload this page.
1 parent a467d93 commit 2b17fa5Copy full SHA for 2b17fa5
LLama/Common/FixedSizeQueue.cs
@@ -60,7 +60,7 @@ public FixedSizeQueue(int size)
60
}
61
62
/// <summary>
63
- /// Fill the queue with existing data. Please ensure that data.Count <= size
+ /// Fill the queue with existing data. Please ensure that data.Count <= size
64
/// </summary>
65
/// <param name="size"></param>
66
/// <param name="data"></param>
0 commit comments