diff options
| author | Alexander Cyon <alex.cyon@gmail.com> | 2024-09-02 07:42:38 +0200 |
|---|---|---|
| committer | Alexander Cyon <alex.cyon@gmail.com> | 2024-09-02 07:42:38 +0200 |
| commit | ac69544a175d692dd623fb854261ca64b1b9b802 (patch) | |
| tree | 8b33a587005aa8fec99e4d32a4cebb20496ad6a0 /compiler/rustc_errors/src/markdown/parse.rs | |
| parent | 78d5c04d9c64a57134e6bd39090847351379e6ae (diff) | |
| download | rust-ac69544a175d692dd623fb854261ca64b1b9b802.tar.gz rust-ac69544a175d692dd623fb854261ca64b1b9b802.zip | |
chore: Fix typos in 'compiler' (batch 1)
Diffstat (limited to 'compiler/rustc_errors/src/markdown/parse.rs')
| -rw-r--r-- | compiler/rustc_errors/src/markdown/parse.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/markdown/parse.rs b/compiler/rustc_errors/src/markdown/parse.rs index b1db44dd215..8dd146c1c33 100644 --- a/compiler/rustc_errors/src/markdown/parse.rs +++ b/compiler/rustc_errors/src/markdown/parse.rs @@ -487,7 +487,7 @@ fn is_break_ty(val: &MdTree<'_>) -> bool { || matches!(val, MdTree::PlainText(txt) if txt.trim().is_empty()) } -/// Perform tranformations to text. This splits paragraphs, replaces patterns, +/// Perform transformations to text. This splits paragraphs, replaces patterns, /// and corrects newlines. /// /// To avoid allocating strings (and using a different heavier tt type), our |
