Skip to content

Commit f50148e

Browse files
Update text/chapter3.md
Co-authored-by: milesfrain <[email protected]>
1 parent fbec125 commit f50148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ This allows for compact definitions of curried (or partially applied) functions
653653
> add2 4
654654
6
655655
```
656-
Alternatively, operators can be partially applied by surrounding them with parentheses and using `_` as an operand:
656+
Alternatively, operators can be partially applied by surrounding them with parentheses and using `_` as an operand in an [operator section](https://github.com/purescript/documentation/blob/master/language/Syntax.md#operator-sections):
657657
```text
658658
> add3 = (3 + _)
659659
> add3 2

0 commit comments

Comments
 (0)