Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Nov 30, 2022
1 parent 3608e7f commit 467ae84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Quaternion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ QuaternionF64(1.0, 0.0, 0.0, 0.0)
julia> sign(Quaternion(1,1,0,0))
QuaternionF64(0.7071067811865475, 0.7071067811865475, 0.0, 0.0)
```
"""
sign(::Quaternion)

Expand Down

0 comments on commit 467ae84

Please sign in to comment.