diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-06-27 09:16:36 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-08-31 21:25:39 +0200 |
commit | a57e0e8c5c1be81e9352499ac31dcfce87ca44be (patch) | |
tree | 42b02660552fb40e299b3c2568a239e52ecb841f | |
parent | 315a11bcc9ce97cb25a41dcdfb4a859c7384f74b (diff) |
reword introductory sentence
-rw-r--r-- | doc/manual/src/command-ref/nix-store/realise.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-store/realise.md b/doc/manual/src/command-ref/nix-store/realise.md index f304dde2e..00acee99c 100644 --- a/doc/manual/src/command-ref/nix-store/realise.md +++ b/doc/manual/src/command-ref/nix-store/realise.md @@ -10,7 +10,7 @@ Ensure that the given [store paths] are [valid]. -Realisation of a store path works as follows: +Each of *paths* is processed as follows: - If the path is already valid, do nothing. - If the path leads to a [store derivation]: |