Skip to content

Commit a14c197

Browse files
SignalRTCopilot
andauthored
Update LLama/Common/FixedSizeQueue.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e645681 commit a14c197

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
@@ -55,7 +55,7 @@ public FixedSizeQueue(int size)
5555
}
5656

5757
/// <summary>
58-
/// Fill the queue with existing data. Please ensure that data.Count &lt;= size
58+
/// Fill the queue with existing data. Please ensure that data.Count <= size
5959
/// </summary>
6060
/// <param name="size"></param>
6161
/// <param name="data"></param>

0 commit comments

Comments
 (0)