Skip to content

Commit 9669669

Browse files
authored
Update StructuringInformation.scala
Change a comment
1 parent 61b9ed6 commit 9669669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/StructuringInformation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ object StructuringInformation extends ScalaTutorialSection {
154154
* }
155155
*}}}
156156
*
157-
* Try to run the above code to see how the compiler informs us that
157+
* If we try to run the above code to see how the compiler informs us that
158158
* we don’t handle all the cases in `nonExhaustiveDuration`.
159159
*
160160
* = Equals =

0 commit comments

Comments
 (0)