diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-11-14 13:44:48 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-11-15 20:19:18 +0100 |
commit | f81bf5601b29e447613d8d365ca7cf55fab1b6c7 (patch) | |
tree | db18f7785d22594f849c2830091704903dac4cf7 | |
parent | 1471033c7b6d219c464a1ad7ec0386f8a0741834 (diff) | |
download | justbuild-f81bf5601b29e447613d8d365ca7cf55fab1b6c7.tar.gz |
target-cache.md: fix a typo
-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 ------------------------ |