mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Apply suggestions from code review
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
c873a140d7
commit
5169f5f4d9
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ StorePath Store::followLinksToStorePath(std::string_view path) const
|
|||
The exact specification of store paths is in `protocols/store-path.md`
|
||||
in the Nix manual. These few functions implement that specification.
|
||||
|
||||
If changes do these functions go behind mere implementation changes but
|
||||
If changes to these functions go beyond mere implementation changes i.e.
|
||||
also update the user-visible behavior, please update the specification
|
||||
to match.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue