diff options
Diffstat (limited to 'doc/estp.md')
-rw-r--r-- | doc/estp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/estp.md b/doc/estp.md index d0ef4f1ba..8a986bdf3 100644 --- a/doc/estp.md +++ b/doc/estp.md @@ -28,7 +28,7 @@ Otherwise your program is profiled. ```nim when compileOption("profiler"): - import nimprof + import std/nimprof ``` After your program has finished the profiler will create a |