We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90272d6 commit 30e270bCopy full SHA for 30e270b
docs/almanac.md
@@ -14,8 +14,8 @@
14
## Overview
15
16
An almanac collects facts through an engine run cycle. As the engine computes fact values,
17
-the results are stored in the almanac and cache'd. If the engine detects a fact computation has
18
-been previously computed, it re-uses the cache'd result from the almanac. Every time ```engine.run()``` is invoked,
+the results are stored in the almanac and cached. If the engine detects a fact computation has
+been previously computed, it reuses the cached result from the almanac. Every time ```engine.run()``` is invoked,
19
a new almanac is instantiated.
20
21
The almanac for the current engine run is available as arguments passed to the fact evaluation methods and
0 commit comments