Skip to content

Commit

Permalink
Merge pull request #4886 from idris-lang/jfdm-patch-1
Browse files Browse the repository at this point in the history
Fixes #4880
  • Loading branch information
jfdm committed Aug 28, 2020
2 parents f904fbc + 89c7c29 commit bdb6f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ give the constraints on the type variables left of the fat arrow
sort : Ord a => List a -> List a
Functions, interfaces and implementations can have multiple
constraints. Multiple constraints are written in brackets in a comma
separated list, for example:
constraints. Multiple constraints are written in round brackets (parentheses)
in a comma separated list, for example:

.. code-block:: idris
Expand Down

0 comments on commit bdb6f69

Please sign in to comment.