1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00
Remove extra `realise`

(cherry picked from commit df21f24987)
This commit is contained in:
Egor Konovalov 2025-06-23 11:26:59 +02:00 committed by Mergify
parent bab4e58a5e
commit 01963be827

View file

@ -162,7 +162,7 @@ There are two types of placeholder, corresponding to the two cases where this pr
> **Explanation** > **Explanation**
> >
> In general, we need to realise [realise] a [store object] in order to be sure to have a store object for it. > In general, we need to [realise] a [store object] in order to be sure to have a store object for it.
> But for these two cases this is either impossible or impractical: > But for these two cases this is either impossible or impractical:
> >
> - In the output case this is impossible: > - In the output case this is impossible: