We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4789247 commit 9a5c948Copy full SHA for 9a5c948
rescript.md
@@ -292,7 +292,7 @@ moveTo(~x=7.0, ~y=3.5)
292
let getMessage = (~message as msg) => "==" ++ msg ++ "=="
293
294
getMessage(~message="You have a message!")
295
-/* - The caller specifies ~message but internally the function can make use */
+/* - The caller specifies ~message but internally the function can make use of msg */
296
297
/* The following function also has explicit types declared */
298
let showDialog = (~message: string): unit => {
0 commit comments