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.
2 parents d9de8be + 6b8bc38 commit ba336a8Copy full SHA for ba336a8
_tour/named-arguments.md
@@ -8,8 +8,9 @@ next-page: traits
8
previous-page: default-parameter-values
9
prerequisite-knowledge: function-syntax
10
11
-redirect_from: "/tutorials/tour/named-arguments.html"
12
-redirect_from: "/tutorials/tour/named-parameters.html"
+redirect_from:
+ - "/tutorials/tour/named-arguments.html"
13
+ - "/tutorials/tour/named-parameters.html"
14
---
15
16
When calling methods, you can label the arguments with their parameter names like so:
0 commit comments