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 d481bef + d1cf5fa commit 173b866Copy full SHA for 173b866
src/main/scala/scalatutorial/sections/StructuringInformation.scala
@@ -234,7 +234,7 @@ object StructuringInformation extends ScalaTutorialSection {
234
*
235
* Consider the following algebraic data type that models note durations.
236
* Complete the implementation of the function `fractionOfWhole`, which
237
- * takes as parameter a duration and returns the corresponding fraction
+ * takes a duration as a parameter and returns the corresponding fraction
238
* of the `Whole` duration.
239
*/
240
def adts(res0: Double, res1: Double): Unit = {
0 commit comments