We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde0216 commit 4cbfdfaCopy full SHA for 4cbfdfa
modules/ROOT/partials/glossary.adoc
@@ -93,7 +93,7 @@
93
[[procFun]]$procFun:: Procedure or function name or ID, for example, `db.labels()` or `collect()`.
94
[[procMethod]]$procMethod:: User-defined procedure implementation class method name, for example, `myProcedureMethod`
95
[[procParam]]$procParam:: User-defined procedure implementation parameter name.
96
-[[procParamFmt]]$procParamFmt:: Freeform user-defined procedure implmenetation parameter format, for example, `com.example.*`.
+[[procParamFmt]]$procParamFmt:: Freeform user-defined procedure implementation parameter format, for example, `com.example.*`.
97
[[propKey]]$propKey:: Property key name, for example, `name`.
98
[[propKeyList]]$propKeyList:: A list of property key names, for example, `name, age, hometown`.
99
[[query]]$query:: A statement that retrieves or writes information to a database, for example, `MATCH (n) WHERE n.prop`.
0 commit comments