Skip to content

Commit cf4b20d

Browse files
committed
style-guide: Fix typo: s/forth/fourth/g
1 parent 715efa4 commit cf4b20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/style-guide/src/expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ match foo {
608608
| a_very_long_pattern
609609
| another_pattern
610610
| yet_another_pattern
611-
| a_forth_pattern => {
611+
| a_fourth_pattern => {
612612
...
613613
}
614614
}
@@ -623,7 +623,7 @@ match foo {
623623
a_very_long_pattern
624624
| another_pattern
625625
| yet_another_pattern
626-
| a_forth_pattern => {
626+
| a_fourth_pattern => {
627627
...
628628
}
629629
}

0 commit comments

Comments
 (0)