Skip to content

Commit

Permalink
Merge pull request #5050 from jk4e/jk4e-patch-3
Browse files Browse the repository at this point in the history
[nix/de-de] Fix typo
  • Loading branch information
mribeirodantas authored Aug 25, 2024
2 parents 7052adf + 2b3dfab commit a86b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de-de/nix-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ with builtins; [
({ a = 1; b = 2; } // { a = 3; c = 4; })
#=> { a = 3; b = 2; c = 4; }
# Das Schlüsselwort rec bezeichenet ein "rekursives Set", in dem sich Attribute
# Das Schlüsselwort rec bezeichnet ein "rekursives Set", in dem sich Attribute
# aufeinander beziehen können.
(let a = 1; in { a = 2; b = a; }.b)
#=> 1
Expand Down

0 comments on commit a86b911

Please sign in to comment.