From 30e270b19f6665fdce5af0663f7a7f72bf2d92d2 Mon Sep 17 00:00:00 2001 From: Robert Martin Date: Mon, 18 Oct 2021 01:05:34 -0500 Subject: [PATCH] Update almanac.md Minor style edits --- docs/almanac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/almanac.md b/docs/almanac.md index a5d05a1..3ceafad 100644 --- a/docs/almanac.md +++ b/docs/almanac.md @@ -14,8 +14,8 @@ ## Overview An almanac collects facts through an engine run cycle. As the engine computes fact values, -the results are stored in the almanac and cache'd. If the engine detects a fact computation has -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, a new almanac is instantiated. The almanac for the current engine run is available as arguments passed to the fact evaluation methods and