Commit 6aaefe23 authored by Per Buer's avatar Per Buer Committed by Tollef Fog Heen

std.log missing ()

parent be6cd997
......@@ -21,7 +21,7 @@ String concatenation did not have an operator previously, but this has now been
becomes
import std;
std.log "log something";
std.log("log something");
You only need to import std once.
......
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