8000
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 6b2ae55 commit 6b8bc38Copy full SHA for 6b8bc38
_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