This commit is contained in:
Михаил Капелько
2024-04-25 22:57:29 +03:00
parent b6a6fec7a2
commit c39aa48258
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ memory_Context memory_selectItem(
// Conditions: // Conditions:
// 0. Two items has just been selected // 0. Two items has just been selected
// 1. The same item has been selected twice // 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 memory_shouldDeselectMismatchedItems(
memory_Context c memory_Context c
) { ) {

View File

@@ -47,7 +47,7 @@ def memory_selectItem(
# Conditions: # Conditions:
# 0. Two items has just been selected # 0. Two items has just been selected
# 1. The same item has been selected twice # 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 @llm_by_value
def memory_shouldDeselectMismatchedItems( def memory_shouldDeselectMismatchedItems(
c: memory_Context c: memory_Context