style-guide: Fix typo: s/forth/fourth/g
This commit is contained in:
parent
715efa418e
commit
cf4b20d7cc
1 changed files with 2 additions and 2 deletions
|
@ -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 => {
|
||||
...
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue