Skip to content

Commit 34186e4

Browse files
authored
Merge pull request #13 from mlahoz/patch-1
Fixing typo in Pattern Matching block example
2 parents b079ce7 + 9fc143f commit 34186e4

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
@@ -122,7 +122,7 @@ object StructuringInformation extends ScalaTutorialSection {
122122
* case p1 => e1
123123
* case p2 => e2
124124
* …
125-
* case pn => pn
125+
* case pn => en
126126
* }
127127
* }}}
128128
*

0 commit comments

Comments
 (0)