update docs to match

This commit is contained in:
yrsegal@gmail.com 2022-04-13 18:59:43 -04:00
parent 57cd20fe28
commit b70e616725

View file

@ -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"
},