1
Fork 0

style-guide: Fix typo: s/forth/fourth/g

This commit is contained in:
Josh Triplett 2023-06-28 18:42:01 -07:00
parent 715efa418e
commit cf4b20d7cc

View file

@ -608,7 +608,7 @@ match foo {
| a_very_long_pattern
| another_pattern
| yet_another_pattern
| a_forth_pattern => {
| a_fourth_pattern => {
...
}
}
@ -623,7 +623,7 @@ match foo {
a_very_long_pattern
| another_pattern
| yet_another_pattern
| a_forth_pattern => {
| a_fourth_pattern => {
...
}
}