Commit 701e9438 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Correct argument

parent 26fd51c5
......@@ -65,7 +65,7 @@ Description
utilize it.
Example
| if (req.url ~ ^/slow/) {
| std.set_ip_tos(0x0);
| std.set_ip_tos(0);
| }
$Function REAL random(REAL lo, REAL hi)
......
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