Commit fd51c52f authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Correct argument

parent 231e729e
......@@ -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