Skip to content

Commit

Permalink
Fix docstring in src/Quaternion.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Axen <seth@sethaxen.com>
  • Loading branch information
hyrodium and sethaxen authored Nov 25, 2023
1 parent 2d5d6d3 commit 5ebf29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Quaternion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end
"""
quat(T::Type)
Return an appropriate type which can represent a value of type `T` as a quaternion.
Return an appropriate type that can represent a value of type `T` as a quaternion.
Equivalent to `typeof(quat(zero(T)))`.
# Examples
Expand Down

0 comments on commit 5ebf29f

Please sign in to comment.