Skip to content

Commit 9e8c454

Browse files
authored
Merge pull request #283 from rbrtmrtn/patch-1
Update almanac.md
2 parents beb656d + 30e270b commit 9e8c454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/almanac.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
## Overview
1515

1616
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,
17+
the results are stored in the almanac and cached. If the engine detects a fact computation has
18+
been previously computed, it reuses the cached result from the almanac. Every time ```engine.run()``` is invoked,
1919
a new almanac is instantiated.
2020

2121
The almanac for the current engine run is available as arguments passed to the fact evaluation methods and

0 commit comments

Comments
 (0)