Skip to content

Commit 8d0055e

Browse files
committed
minor fix
1 parent 452d889 commit 8d0055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lecture_05/lecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ BenchmarkTools.Trial: 11 samples with 1 evaluation.
228228

229229
We can see that we have approximately 3-fold improvement.
230230

231-
Let's profile again, not forgetting to use `Profile.clear()` to clear already stored probes.
231+
Let's profile again.
232232
```
233233
prof = @profview g2(p,n)
234234
ProfileCanvas.html_file("profiles/profile2.html", prof)

0 commit comments

Comments
 (0)