diff options
| author | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 18:15:49 +0200 |
|---|---|---|
| committer | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 18:15:49 +0200 |
| commit | 2f9ddf3bc7cfa79d272b1409be80905be946d831 (patch) | |
| tree | a88f54853c40da892b1da6ae223176df5ba6469b /src/tools/tidy | |
| parent | 2396fad0950980cd3bf53bc825cdfa79ec7fd85f (diff) | |
| download | rust-2f9ddf3bc7cfa79d272b1409be80905be946d831.tar.gz rust-2f9ddf3bc7cfa79d272b1409be80905be946d831.zip | |
Fix typos “an”→“a” and a few different ones that appeared in the same search
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index d8d3dc3ddb1..022a3dfde82 100644 --- a/src/tools/tidy/src/style.rs +++ b/src/tools/tidy/src/style.rs @@ -66,7 +66,7 @@ enum LIUState { EXP_END, } -/// Returns `true` if `line` appears to be a line comment containing an URL, +/// Returns `true` if `line` appears to be a line comment containing a URL, /// possibly with a Markdown link label in front, and nothing else. /// The Markdown link label, if present, may not contain whitespace. /// Lines of this form are allowed to be overlength, because Markdown |
