8000 Merge pull request #2067 from scala/Philippus-patch-2 · SourceCodeBot/docs.scala-lang@ba336a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba336a8

Browse files
authored
Merge pull request scala#2067 from scala/Philippus-patch-2
Fix redirects
2 parents d9de8be + 6b8bc38 commit ba336a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_tour/named-arguments.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ next-page: traits
88
previous-page: default-parameter-values
99
prerequisite-knowledge: function-syntax
1010

11-
redirect_from: "/tutorials/tour/named-arguments.html"
12-
redirect_from: "/tutorials/tour/named-parameters.html"
11+
redirect_from:
12+
- "/tutorials/tour/named-arguments.html"
13+
- "/tutorials/tour/named-parameters.html"
1314
---
1415

1516
When calling methods, you can label the arguments with their parameter names like so:

0 commit comments

Comments
 (0)
0