-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in interfaces.rst, replace "brackets" by "parentheses" #4880
Comments
The ( ) symbols are "brackets". |
Hmm, understanding [ ] as brackets, { } as braces and ( ) as parentheses. |
Just to say that you are both correct. It depends on if you are using British English or non-British English. However, it is good to be clear in what we mean, and it would be good to be clearer in this regard. That is we change it to parentheses or to "round brackets". I am happy to merge a PR offering better disambiguation here. |
docs/tutorial/interfaces.rst, line 147
mentions brackets, where no brackets are shown. Suggest using "parentheses" instead.
Now: Multiple constraints are written in brackets in a comma
separated list, for example:
.. code-block:: idris
Should read: Multiple constraints are written in parentheses in a comma
separated list, for example:
.. code-block:: idris
Observed Behavior
The text was updated successfully, but these errors were encountered: