Update values.md

Link to elemAt
This commit is contained in:
nbelakovski 2024-02-11 22:52:49 -08:00 committed by GitHub
parent f298159a2b
commit 4496a4537b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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