Skip to content

Commit

Permalink
fix: typos in "Named Implementations" (#3296)
Browse files Browse the repository at this point in the history
* fix: typos in "Named Implementations"

* Update docs/source/tutorial/interfaces.rst

---------

Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
  • Loading branch information
jgarte and gallais committed Jun 5, 2024
1 parent f83ad9c commit a236bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ We can define two different implementations of ``Semigroup`` and
The neutral value for addition is ``0``, but the neutral value for multiplication
is ``1``. It's important, therefore, that when we define implementations
of ``Monoid`` they extend the correct ``Semigroup`` implementation. We can
of ``Monoid`` that they extend the correct ``Semigroup`` implementation. We can
do this with a ``using`` clause in the implementation as follows:

.. code-block:: idris
Expand Down

0 comments on commit a236bb7

Please sign in to comment.