You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc_docs/syntax/language_uncurried_function.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ category: "languageconstructs"
8
8
9
9
ReScript functions are curried by default, however in certain cases you may need an uncurried function. In these cases we add a `.` in the argument list.
10
10
11
-
When calling uncurried functions, we must also include a `.` in the agument list.
11
+
When calling uncurried functions, we must also include a `.` in the argument list.
0 commit comments