diff --git a/v3/memory.cpp b/v3/memory.cpp index a54acce..a18dffd 100644 --- a/v3/memory.cpp +++ b/v3/memory.cpp @@ -47,7 +47,7 @@ memory_Context memory_selectItem( // Conditions: // 0. Two items has just been selected // 1. The same item has been selected twice -// 1. Selected items are of different groups +// 2. Selected items are of different groups memory_Context memory_shouldDeselectMismatchedItems( memory_Context c ) { diff --git a/v3/memory.py b/v3/memory.py index c4449d1..1673e06 100644 --- a/v3/memory.py +++ b/v3/memory.py @@ -47,7 +47,7 @@ def memory_selectItem( # Conditions: # 0. Two items has just been selected # 1. The same item has been selected twice -# 1. Selected items are of different groups +# 2. Selected items are of different groups @llm_by_value def memory_shouldDeselectMismatchedItems( c: memory_Context