We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd24a9 commit 0563cb8Copy full SHA for 0563cb8
1 file changed
docs/src/index.md
@@ -10,7 +10,7 @@ Currently only provides bandpass filters for a variety of spatial regions.
10
The basic version is provided by an extension of the `filter` function.
11
12
```@docs
13
-filter(::PointSet{D}, ::SpatialFilter{D,T}) where {D,T}
+filter(::PointSet{D,T}, ::SpatialFilter{D}) where {D,T}
14
```
15
16
However, convenience functions are provided for some common choices of region, see [Available Regions](@ref).
0 commit comments