diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml
index 66679ac9a..0c58984ac 100644
--- a/doc/manual/introduction/about-nix.xml
+++ b/doc/manual/introduction/about-nix.xml
@@ -62,9 +62,10 @@ directories such as
so if a package builds correctly on your system, this is because you
specified the dependency explicitly.
-Runtime dependencies are found by scanning binaries for the hash
-parts of Nix store paths (such as r8vvq9kq…). This
-sounds risky, but it works extremely well.
+Once a package is built, runtime dependencies are found by
+scanning binaries for the hash parts of Nix store paths (such as
+r8vvq9kq…). This sounds risky, but it works
+extremely well.