Commit 39126450 authored by Nils Goroll's avatar Nils Goroll Committed by Pål Hermunn Johansen

fix the std.getenv example

parent 26bb5f02
......@@ -286,7 +286,7 @@ Description
See getenv(3)
Example
| set req.http.My-Env = getenv("MY_ENV");
| set req.http.My-Env = std.getenv("MY_ENV");
SEE ALSO
========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment