Skip to content

Commit

Permalink
Fix docs/src/examples/basics.md
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 7152baf commit 8ebf554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ q1 * q2 == q2 * q1 # non-commucative
```

### Hurwitz quaternions
If all coefficients of a quaternion are integers or half-integers, the quaternion is called [**Hurwitz quaternion**](https://en.wikipedia.org/wiki/Hurwitz_quaternion).
If all coefficients of a quaternion are integers or half-integers, the quaternion is called a [**Hurwitz quaternion**](https://en.wikipedia.org/wiki/Hurwitz_quaternion).
The set of Hurwitz quaternions is defined by

```math
Expand Down

0 comments on commit 8ebf554

Please sign in to comment.