Skip to content

Commit

Permalink
Update ring.md (#1159)
Browse files Browse the repository at this point in the history
Fixed the incorrect information about the additive identity in a ring.
  • Loading branch information
cmcdev-code committed Feb 11, 2024
1 parent 6f2c610 commit bcac331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/mdoc/typeclasses/ring.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Notes on rings:
- A ring does not necessarily have an identity under `*` (called the *multiplicative identity*).
- A ring is not necessarily commutitive under `*`.
- A ring does not necessarily satisfy the inverse property under `*`.
- There is not necessarily any special property of the additive identity under multiplication.
- For any x ∈ R, `0*x = x*0 = 0`.

A few other types of rings:

Expand Down

0 comments on commit bcac331

Please sign in to comment.