aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-08-24 08:48:34 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-31 09:16:37 +0200
commitf35b3aa47bc6edc2a929e1803c8429113c34012b (patch)
treeb7a2625ced5fb9215d12bfc88b8d06e5bed66e8f /doc
parent71e9c2869429bb711bf728f4a7acd14f5c2e1eeb (diff)
do not use unwarranted pkgs in example
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/language/index.md2
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>