timholy / SnoopCompile.jl

Provide insights about latency (TTFX) for Julia packages
https://timholy.github.io/SnoopCompile.jl/dev/
Other
309 stars 48 forks source link

fix typo in SnoopPrecompile docs #284

Closed alecloudenback closed 2 years ago

alecloudenback commented 2 years ago

I think all_begin was intended to be begin?

The former errorred for me when I tried to add it to a package.

timholy commented 2 years ago

Thanks!