Skip to content

Commit

Permalink
remove unneeded | chars
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Jan 15, 2025
1 parent 957d828 commit 36946c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/development/soar/BasicKernelTerminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ temporary memory. I believe that any preference that is currently valid in Soar
matches) is in temporary memory. Once a preference is no longer valid, it is
taken out of temporary memory (which involves setting the in_tm flag to false,
and taking them off the preferences array and all_preferences lists on the slot
they're on). |
they're on).

### clone (preference)

Expand All @@ -198,13 +198,10 @@ of the original preference points to the instantiation of the rule that fired in
the subgoal to create the result, the inst pointer of the clone points to the
newly created chunk or justification. Therefore, the preference and its clone
exist on different match goals, and hence different match goal levels.
|

### instantiation

a particular match of a production in working memory, and the preferences
generated
|
a particular match of a production in working memory, and the preferences generated

### DEBUG_MEMORY

Expand Down

0 comments on commit 36946c6

Please sign in to comment.