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.
2 parents 5575a61 + 0af7250 commit bf8f816Copy full SHA for bf8f816
src/main/scala/scalatutorial/sections/SyntacticConveniences.scala
@@ -354,7 +354,7 @@ object SyntacticConveniences extends ScalaTutorialSection {
354
* By forcing users to supply at least one parameter, we make it impossible
355
* for them to compute the average of an empty list of numbers.
356
*
357
- * Sometimes you want to supply each element of a list as as many parameters.
+ * Sometimes you want to supply each element of a list as many parameters.
358
* You can do that by adding a `: _*` type ascription to your list:
359
360
* {{{
0 commit comments