Skip to content

Commit bf8f816

Browse files
authored
Merge pull request #41 from jgeofil/patch-2
Typo
2 parents 5575a61 + 0af7250 commit bf8f816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/SyntacticConveniences.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ object SyntacticConveniences extends ScalaTutorialSection {
354354
* By forcing users to supply at least one parameter, we make it impossible
355355
* for them to compute the average of an empty list of numbers.
356356
*
357-
* Sometimes you want to supply each element of a list as as many parameters.
357+
* Sometimes you want to supply each element of a list as many parameters.
358358
* You can do that by adding a `: _*` type ascription to your list:
359359
*
360360
* {{{

0 commit comments

Comments
 (0)