Skip to content

Commit 2e4a2aa

Browse files
committed
Clarified documentation.
1 parent 1f97721 commit 2e4a2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guides/defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ npoint(::HexagonTrait, geom) = 6
4747
```
4848

4949
# Implementations
50-
GeoInterface is implemented automatically for `NTuple`s, `NamedTuple`s and `Vector`s to behave as Points.
50+
GeoInterface is implemented for `NTuple`s, `NamedTuple`s and `AbstractVector`s to behave as Points. Note the `eltype` in all cases should be a `Real`. Only the keys `X`, `Y`, `Z`, and `M` are supported for `NamedTuple`s.
5151

5252
```julia
5353
a = [1,2,3]

0 commit comments

Comments
 (0)