diff options
-rw-r--r-- | doc/concepts/target-cache.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/target-cache.md b/doc/concepts/target-cache.md index 0db627e1..24b9fcd4 100644 --- a/doc/concepts/target-cache.md +++ b/doc/concepts/target-cache.md @@ -173,7 +173,7 @@ can be exponentially larger than the value. Therefore, in our serialisation, we add an entry for every subexpression and separately add a list of which subexpressions are artifacts, nodes, or results. During deserialisation, we use this subexpression structure -to deserialize every subexpression only one. +to deserialize every subexpression only once. Sharding of target cache ------------------------ |