mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Update values.md
Link to elemAt
This commit is contained in:
parent
f298159a2b
commit
4496a4537b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function and the fifth being a set.
|
||||||
|
|
||||||
Note that lists are only lazy in values, and they are strict in length.
|
Note that lists are only lazy in values, and they are strict in length.
|
||||||
|
|
||||||
Elements in a list can be accessed using `builtins.elemAt`.
|
Elements in a list can be accessed using [`builtins.elemAt`](./builtins.md#builtins-elemAt).
|
||||||
|
|
||||||
## Attribute Set
|
## Attribute Set
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue