mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-24 17:13:12 +01:00
Merge pull request #67 from Clouder0/patch-1
fix: '' escape example comment
This commit is contained in:
commit
250123d697
@ -235,7 +235,7 @@ let
|
||||
in
|
||||
''the value of a is:
|
||||
''${a}
|
||||
'' # 结果是 "the value of a is ''${a}"
|
||||
'' # 结果是 "the value of a is ${a}"
|
||||
```
|
||||
|
||||
其他 `\n` `\t` 等特殊字符的转义也类似,必须使用两个单引号来转义,如
|
||||
|
Loading…
Reference in New Issue
Block a user