diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-24 08:48:34 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-31 09:16:37 +0200 |
commit | f35b3aa47bc6edc2a929e1803c8429113c34012b (patch) | |
tree | b7a2625ced5fb9215d12bfc88b8d06e5bed66e8f /doc | |
parent | 71e9c2869429bb711bf728f4a7acd14f5c2e1eeb (diff) |
do not use unwarranted pkgs in example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/language/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md index cea17bedc..83484dced 100644 --- a/doc/manual/src/language/index.md +++ b/doc/manual/src/language/index.md @@ -403,7 +403,7 @@ This is an incomplete overview of language features, by example. <tr> <td> - `with pkgs.lib; head [ 1 2 3 ]` + `with builtins; head [ 1 2 3 ]` </td> <td> |