Skip to content

Commit d0c96e0

Browse files
authored
Update README.md
1 parent b97c74a commit d0c96e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ transformation chain.
108108

109109
#### Coordinate types
110110

111-
The package accepts any `AbstractVector` type for Cartesian coordinates (as
112-
well as *FixedSizeArrays* types in Julia v0.4 only). For speed, we recommend
111+
The package accepts any `AbstractVector` type for Cartesian coordinates. For speed, we recommend
113112
using a statically-sized container such as `SVector{N}` from *StaticArrays*.
114113

115114
We do provide a few specialist coordinate types. The `Polar(r, θ)` type is a 2D

0 commit comments

Comments
 (0)