We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6473f09 + 6b7e56d commit feb652aCopy full SHA for feb652a
1 file changed
src/engine.js
@@ -122,7 +122,7 @@ class Engine extends EventEmitter {
122
}
123
124
/**
125
- * Add a fact definition to the engine. Facts are called by rules as they are evaluated.
+ * Remove a fact definition to the engine. Facts are called by rules as they are evaluated.
126
* @param {object|Fact} id - fact identifier or instance of Fact
127
*/
128
removeFact (factOrId) {
0 commit comments