Skip to content

Commit

Permalink
fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevidela committed Dec 14, 2023
1 parent 525acef commit dbe4803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ this, simply add the ``typebind`` keyword in front of the fixity declaration.
typebind infixr 0 =@
``typebind`` is a mofidier like ``export`` and both can be used at the same time.
``typebind`` is a modifier like ``export`` and both can be used at the same time.


An operator defined as ``typebind`` cannot be used in regular position anymore,
Expand Down

0 comments on commit dbe4803

Please sign in to comment.