Skip to content

Commit

Permalink
Fix bad link type
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jul 7, 2021
1 parent 47cbba7 commit 17923d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencog/ghost/procedures/sq-bind.scm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(WordInstance (Variable "$word-inst-p") (Variable "$parse"))
(Reference (Variable "$pred-inst") (Variable "$word-inst-p"))
(Implication (Variable "$pred-inst") (Variable "$pred"))
(Tense (Variable "$word-inst-p") (Variable "$tense")))
(TenseLink (Variable "$word-inst-p") (Variable "$tense")))
(list
(Inheritance
(InterpretationNode "MicroplanningNewSentence")
Expand Down

0 comments on commit 17923d5

Please sign in to comment.