Skip to content

Commit 0563cb8

Browse files
committed
Fix too many type parameters in doc string.
1 parent 2fd24a9 commit 0563cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Currently only provides bandpass filters for a variety of spatial regions.
1010
The basic version is provided by an extension of the `filter` function.
1111

1212
```@docs
13-
filter(::PointSet{D}, ::SpatialFilter{D,T}) where {D,T}
13+
filter(::PointSet{D,T}, ::SpatialFilter{D}) where {D,T}
1414
```
1515

1616
However, convenience functions are provided for some common choices of region, see [Available Regions](@ref).

0 commit comments

Comments
 (0)