From ac3f23b53b964fb548a931cd81d12490ac27a097 Mon Sep 17 00:00:00 2001 From: Matt Stinson <11094799+mestinso@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:34:50 -0500 Subject: [PATCH] Fix typo in package docstring (#126) --- src/Chairmarks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chairmarks.jl b/src/Chairmarks.jl index b546def1..48d2bea4 100644 --- a/src/Chairmarks.jl +++ b/src/Chairmarks.jl @@ -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) ```