update docs to match
This commit is contained in:
parent
57cd20fe28
commit
b70e616725
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
"type": "hexcasting:pattern",
|
||||
"op_id": "hexcasting:equals",
|
||||
"anchor": "hexcasting:equals",
|
||||
"input": "number, number",
|
||||
"input": "any, any",
|
||||
"output": "number",
|
||||
"text": "hexcasting.page.logic.equals"
|
||||
},
|
||||
|
@ -50,7 +50,7 @@
|
|||
"type": "hexcasting:pattern",
|
||||
"op_id": "hexcasting:not_equals",
|
||||
"anchor": "hexcasting:not_equals",
|
||||
"input": "number, number",
|
||||
"input": "any, any",
|
||||
"output": "number",
|
||||
"text": "hexcasting.page.logic.not_equals"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue