Skip to content

Commit

Permalink
Fix typo in package docstring (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mestinso authored Sep 16, 2024
1 parent 96a73bf commit ac3f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chairmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Chairmarks provides the macros [`@b`](@ref) and [`@be`](@ref) for benchmarking c
their respective docstrings for usage.
```julia
julia> @b evalpooly(rand(), rand(100))
julia> @b evalpoly(rand(), rand(100))
198.077 ns (2 allocs: 928 bytes)
```
Expand Down

0 comments on commit ac3f23b

Please sign in to comment.