mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
[nix/en] fix: Spelling
This commit is contained in:
parent
67884752f0
commit
53bf1500de
2
nix.md
2
nix.md
@ -86,7 +86,7 @@ with builtins; [
|
||||
("ab" + "cd") # String concatenation
|
||||
#=> "abcd"
|
||||
|
||||
# String Interpolation (formly known as "Antiquotation") lets you embed values into strings.
|
||||
# String Interpolation (formerly known as "Antiquotation") lets you embed values into strings.
|
||||
("Your home directory is ${getEnv "HOME"}")
|
||||
#=> "Your home directory is /home/alice"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user