mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-20 21:30:59 +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
|
("ab" + "cd") # String concatenation
|
||||||
#=> "abcd"
|
#=> "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 ${getEnv "HOME"}")
|
||||||
#=> "Your home directory is /home/alice"
|
#=> "Your home directory is /home/alice"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user