forked from rust-lang/rust-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7218: Fix typos r=Veykril a=regexident Apart from the very last commit on this PR (which fixes a public type's name) all changes are non-breaking. Co-authored-by: Vincent Esche <[email protected]>
- Loading branch information
Showing
32 changed files
with
114 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1953,16 +1953,16 @@ struct S { | |
/// Test cases: | ||
/// case 1. bare URL: https://www.example.com/ | ||
/// case 2. inline URL with title: [example](https://www.example.com/) | ||
/// case 3. code refrence: [`Result`] | ||
/// case 4. code refrence but miss footnote: [`String`] | ||
/// case 3. code reference: [`Result`] | ||
/// case 4. code reference but miss footnote: [`String`] | ||
/// case 5. autolink: <http://www.example.com/> | ||
/// case 6. email address: <[email protected]> | ||
/// case 7. refrence: [example][example] | ||
/// case 7. reference: [example][example] | ||
/// case 8. collapsed link: [example][] | ||
/// case 9. shortcut link: [example] | ||
/// case 10. inline without URL: [example]() | ||
/// case 11. refrence: [foo][foo] | ||
/// case 12. refrence: [foo][bar] | ||
/// case 11. reference: [foo][foo] | ||
/// case 12. reference: [foo][bar] | ||
/// case 13. collapsed link: [foo][] | ||
/// case 14. shortcut link: [foo] | ||
/// case 15. inline without URL: [foo]() | ||
|
@@ -1989,16 +1989,16 @@ pub fn fo$0o() {} | |
Test cases: | ||
case 1. bare URL: https://www.example.com/ | ||
case 2. inline URL with title: [example](https://www.example.com/) | ||
case 3. code refrence: `Result` | ||
case 4. code refrence but miss footnote: `String` | ||
case 3. code reference: `Result` | ||
case 4. code reference but miss footnote: `String` | ||
case 5. autolink: http://www.example.com/ | ||
case 6. email address: [email protected] | ||
case 7. refrence: example | ||
case 7. reference: example | ||
case 8. collapsed link: example | ||
case 9. shortcut link: example | ||
case 10. inline without URL: example | ||
case 11. refrence: foo | ||
case 12. refrence: foo | ||
case 11. reference: foo | ||
case 12. reference: foo | ||
case 13. collapsed link: foo | ||
case 14. shortcut link: foo | ||
case 15. inline without URL: foo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.