From c9987adcc510fe976f2160eb9802a26ef7d15ed5 Mon Sep 17 00:00:00 2001 From: Zitzeronion Date: Wed, 2 Mar 2022 13:59:11 +0100 Subject: [PATCH] Update benchmarks.jl Minor typo correction --- benchmark/benchmarks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmarks.jl b/benchmark/benchmarks.jl index e3b408d7..be3e7f75 100644 --- a/benchmark/benchmarks.jl +++ b/benchmark/benchmarks.jl @@ -1,4 +1,4 @@ -# Each file of the form "bench_$(name).jl" in this directory is `include`d and +# Each file of the form "bench_$(name).jl" in this directory is `included` and # its last statement is assumed to be a `BenchmarkGroup`. This group is added # to the top-level group `SUITE` with the `$name` extracted from the file name.