From 89c7c2972fc3279f25b92986aee87b5d1ab132e4 Mon Sep 17 00:00:00 2001 From: Jan de Muijnck-Hughes Date: Fri, 28 Aug 2020 09:38:24 +0100 Subject: [PATCH] Fixes #4880 Without suitable context the term 'bracket' is ambiguous, let's make it unambiguous. --- docs/tutorial/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/interfaces.rst b/docs/tutorial/interfaces.rst index df020b3210..da11082c03 100644 --- a/docs/tutorial/interfaces.rst +++ b/docs/tutorial/interfaces.rst @@ -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