Skip to content

Commit f7756e2

Browse files
authored
Merge pull request #296 from tshepang/patch-1
typo
2 parents 7ffa639 + 50d6e5b commit f7756e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editions/advanced-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Sometimes the fixes suggested by the compiler may fail to work.
5555
When this happens, Cargo will report a warning indicating what happened and what the error was.
5656
However, by default it will automatically back out the changes it made.
5757
It can be helpful to keep the code in the broken state and manually resolve the issue.
58-
Some of the fixes may have been correct, and the broken fix maybe be *mostly* correct, but just need minor tweaking.
58+
Some of the fixes may have been correct, and the broken fix may be *mostly* correct, but just need minor tweaking.
5959

6060
In this situation, use the `--broken-code` option with `cargo fix` to tell Cargo not to back out the changes.
6161
Then, you can go manually inspect the error and investigate what is needed to fix it.

0 commit comments

Comments
 (0)