Skip to content

Commit c51969f

Browse files
Merge pull request #535 from travismontoya/patch-1
Fixed typo
2 parents 18f70cd + 81ba067 commit c51969f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tour/named-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 33
99
tutorial-previous: default-parameter-values
1010
---
1111

12-
When calling methods and functions, you can use the name of the variables expliclty in the call, like so:
12+
When calling methods and functions, you can use the name of the variables explicitly in the call, like so:
1313

1414
def printName(first:String, last:String) = {
1515
println(first + " " + last)

0 commit comments

Comments
 (0)