Skip to content

Commit 6b7e56d

Browse files
Fixes JSDoc comment
1 parent 6473f09 commit 6b7e56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Engine extends EventEmitter {
122122
}
123123

124124
/**
125-
* Add a fact definition to the engine. Facts are called by rules as they are evaluated.
125+
* Remove a fact definition to the engine. Facts are called by rules as they are evaluated.
126126
* @param {object|Fact} id - fact identifier or instance of Fact
127127
*/
128128
removeFact (factOrId) {

0 commit comments

Comments
 (0)