diff --git a/src/nhs_trivial.jl b/src/nhs_trivial.jl index 313e15af..13b24d58 100644 --- a/src/nhs_trivial.jl +++ b/src/nhs_trivial.jl @@ -10,7 +10,7 @@ Trivial neighborhood search that simply loops over all points. # Keywords - `search_radius = 0.0`: The fixed search radius. The default of `0.0` is useful together with [`copy_neighborhood_search`](@ref). -- `eachpiont = 1:0`: Iterator for all point indices. Usually just `1:n_points`. +- `eachpoint = 1:0`: Iterator for all point indices. Usually just `1:n_points`. The default of `1:0` is useful together with [`copy_neighborhood_search`](@ref). - `periodic_box = nothing`: In order to use a (rectangular) periodic domain, pass a