Skip to content

Commit 9f09441

Browse files
committed
Fix typo
1 parent d0e6597 commit 9f09441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/language_uncurried_function.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: "languageconstructs"
88

99
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.
1010

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.
1212

1313
### Example
1414

0 commit comments

Comments
 (0)