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 18f70cd commit 81ba067Copy full SHA for 81ba067
tutorials/tour/named-parameters.md
@@ -9,7 +9,7 @@ num: 33
9
tutorial-previous: default-parameter-values
10
---
11
12
-When calling methods and functions, you can use the name of the variables expliclty in the call, like so:
+When calling methods and functions, you can use the name of the variables explicitly in the call, like so:
13
14
def printName(first:String, last:String) = {
15
println(first + " " + last)
0 commit comments