Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ object StructuringInformation extends ScalaTutorialSection {
*
* Consider the following algebraic data type that models note durations.
* Complete the implementation of the function `fractionOfWhole`, which
* takes as parameter a duration and returns the corresponding fraction
* takes a duration as a parameter and returns the corresponding fraction
* of the `Whole` duration.
*/
def adts(res0: Double, res1: Double): Unit = {
Expand Down