From f81bf5601b29e447613d8d365ca7cf55fab1b6c7 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 14 Nov 2023 13:44:48 +0100 Subject: target-cache.md: fix a typo --- doc/concepts/target-cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 ------------------------ -- cgit v1.2.3