summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/test-manual')
-rw-r--r--documentation/test-manual/reproducible-builds.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index 349cd1953e..5977366c9e 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -33,10 +33,10 @@ need to rebuild to add a security fix. If this happens, only the components that
33have been modified should change at the binary level. This would lead to much 33have been modified should change at the binary level. This would lead to much
34easier and clearer bounds on where validation is needed. 34easier and clearer bounds on where validation is needed.
35 35
36This also gives an additional benefit to the project builds themselves, our hash 36This also gives an additional benefit to the project builds themselves, our
37equivalence for :ref:`Shared State <overview-manual/concepts:Shared State>` 37:ref:`overview-manual/concepts:Hash Equivalence` for
38object reuse works much more effectively when the binary output remains the 38:ref:`overview-manual/concepts:Shared State` object reuse works much more
39same. 39effectively when the binary output remains the same.
40 40
41.. note:: 41.. note::
42 42