Fix a typo of values.md

This commit is contained in:
wzy 2023-03-13 15:34:01 +08:00 committed by GitHub
parent 208c855124
commit 5bf4ade0fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ You can use arbitrary double-quoted strings as attribute names:
```
```nix
let bar = "bar";
let bar = "bar"; in
{ "foo ${bar}" = 123; }."foo ${bar}"
```