Skip to content

Commit 60b0644

Browse files
committed
Fix typo
1 parent b88dffa commit 60b0644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/plot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run a benchmark for with several neighborhood searches multiple times for increa
1313
of points and plot the results.
1414
1515
# Arguments
16-
- `benchmark`: The benchmark function. See [`benchmark_count_neigbors`](@ref)
16+
- `benchmark`: The benchmark function. See [`benchmark_count_neighbors`](@ref)
1717
and [`benchmark_n_body`](@ref).
1818
- `n_points_per_dimension`: Initial resolution as tuple. The product is the initial number
1919
of points. For example, use `(100, 100)` for a 2D benchmark or

0 commit comments

Comments
 (0)