Skip to content

Commit 3b49dab

Browse files
authored
Merge pull request #183 from phoenixeliot/patch-1
Fix typo in docs for named arguments
2 parents 0da703e + 4583957 commit 3b49dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can provide the arguments in **any order**:
124124
addCoordinates(~y=6, ~x=5)
125125
```
126126
```js
127-
addCoordinates(6, 5);
127+
addCoordinates(5, 6);
128128
```
129129

130130
</CodeTab>

0 commit comments

Comments
 (0)