Skip to content

Commit

Permalink
Fix grammar in best-practices.md (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits authored Oct 22, 2024
1 parent 05b0bbf commit cc40599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This brings all attributes of the imported expression into scope of the current
There are a number of problems with that approach:

- Static analysis can't reason about the code, because it would have to actually evaluate this file to see which names are in scope.
- When more than one `with` used, it's not clear anymore where the names are coming from.
- When more than one `with` is used, it's not clear anymore where the names are coming from.
- Scoping rules for `with` are not intuitive, see this [Nix issue for details](https://github.com/NixOS/nix/issues/490).

:::{tip}
Expand Down

0 comments on commit cc40599

Please sign in to comment.