Skip to content

Commit feb652a

Browse files
authored
Merge pull request #200 from arpitbatra123/patch-1
Fixes JSDoc comment
2 parents 6473f09 + 6b7e56d commit feb652a

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)