diff --git a/hugo/content/docs/recipes/utilities/caches.md b/hugo/content/docs/recipes/utilities/caches.md index c6ff8186..c4174dbe 100644 --- a/hugo/content/docs/recipes/utilities/caches.md +++ b/hugo/content/docs/recipes/utilities/caches.md @@ -17,7 +17,7 @@ For data that depends on the lifetime of a document or even the entire workspace Besides those specific caches, Langium also provides: * a simple cache that can be used for any kind of key-value-data -* a context cache that stores a simple cache for each context object. The document cache and workspace cache are implemented using the context cache. +* a context cache that stores a simple cache for each context object. The document cache and workspace cache are implemented using the context cache ## How to use it?