Skip to content

Commit 0826b9f

Browse files
committed
rename functors to module functions
1 parent 259c570 commit 0826b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v12.0.0/editor-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ try (foo()) { | exn => throw(exn) }
112112
```
113113

114114
- Uses of e.g. `List.head` are interpreted as belonging to the standard library. If you re-define `List` in the local scope, the analysis it will think it's dealing with `List` from the standard library.
115-
- There is no special support for functors.
115+
- There is no special support for module functions.
116116

117117
### Guide
118118

0 commit comments

Comments
 (0)