Skip to content

Commit 0c5a2fe

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

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
@@ -487,7 +487,7 @@ One common pattern is to use a function to access an individual fields (or "prop
487487
\entry -> entry.address
488488
```
489489

490-
PureScript provides an equivalent shorthand, where an underscore is followed by a field name, so the inline function above is equivalent to:
490+
PureScript provides an equivalent [_property accessor_](https://github.com/purescript/documentation/blob/master/language/Syntax.md#property-accessors) shorthand, where an underscore is followed by a field name, so the inline function above is equivalent to:
491491

492492
```haskell
493493
_.address

0 commit comments

Comments
 (0)