Skip to content

Commit 0870993

Browse files
authored
Add b to method
From context, it appears this should be `belapsed`, not `elapsed` as shown
1 parent 408a1ed commit 0870993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Alternatively, you can use the `@btime` or `@belapsed` macros.
9191
These take exactly the same arguments as `@benchmark`, but
9292
behave like the `@time` or `@elapsed` macros included with
9393
Julia: `@btime` prints the minimum time and memory allocation
94-
before returning the value of the expression, while `@elapsed`
94+
before returning the value of the expression, while `@belapsed`
9595
returns the minimum time in seconds.
9696

9797
```julia

0 commit comments

Comments
 (0)