Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Jun 14, 2024
1 parent b97c74a commit d0c96e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ transformation chain.

#### Coordinate types

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

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

0 comments on commit d0c96e0

Please sign in to comment.