Skip to content

Commit

Permalink
Fixes #4880
Browse files Browse the repository at this point in the history
Without suitable context the term 'bracket' is ambiguous, let's make it unambiguous.
  • Loading branch information
jfdm authored Aug 28, 2020
1 parent f904fbc commit 89c7c29
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 89c7c29

Please sign in to comment.