Skip to content

Commit 2e77886

Browse files
committed
Fix resolution of @time
1 parent 20d907b commit 2e77886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentations/intro-julia/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Julia comes with a simple macro [`@time`](https://docs.julialang.org/en/v1/base/
224224
::: {.callout-note}
225225
## Caveat
226226

227-
This may not provide useful information for very quick functions (resolution is of the order of ~millisecond):
227+
This may not provide useful information for very quick functions (resolution is of the order of ~microsecond):
228228

229229
```{julia}
230230
#| echo: true

0 commit comments

Comments
 (0)