Skip to content

Commit

Permalink
Fix typo in ring interface docs (#1468)
Browse files Browse the repository at this point in the history
@thofma said on slack that this is wrong in the docs.
  • Loading branch information
lgoettgens authored Oct 16, 2023
1 parent 56c8e00 commit 77ffb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ring_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ documentation on how to implement `deepcopy_internal`.
Outer constructors for most AbstractAlgebra types are provided by overloading the call
syntax for parent objects.

If `R` is a parent object for a given ring we provide the following constructors.
If `R` is a parent object for a given ring we require the following constructors.

```julia
(R::MyParent)()
Expand Down

0 comments on commit 77ffb98

Please sign in to comment.