diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-11-25 20:37:14 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-12-07 20:29:50 +0100 |
| commit | eb93d1bedeab64c6f5d661df6a309a5b8a9273ca (patch) | |
| tree | 2b1908c37f7ea82871e8f8c9bc36e8cc79cac634 /src/librustdoc/html/render/write_shared.rs | |
| parent | 9c46173895430c63066731440e00faf0ab2195dd (diff) | |
| download | rust-eb93d1bedeab64c6f5d661df6a309a5b8a9273ca.tar.gz rust-eb93d1bedeab64c6f5d661df6a309a5b8a9273ca.zip | |
Improve code readability
Diffstat (limited to 'src/librustdoc/html/render/write_shared.rs')
| -rw-r--r-- | src/librustdoc/html/render/write_shared.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/write_shared.rs b/src/librustdoc/html/render/write_shared.rs index 94d8a9feca6..eaf149a4300 100644 --- a/src/librustdoc/html/render/write_shared.rs +++ b/src/librustdoc/html/render/write_shared.rs @@ -137,7 +137,7 @@ pub(super) fn write_shared( Ok((ret, krates)) } - /// Read a file and return all lines that match the <code>"{crate}":{data},\</code> format, + /// Read a file and return all lines that match the <code>"{crate}":{data},\ </code> format, /// and return a tuple `(Vec<DataString>, Vec<CrateNameString>)`. /// /// This forms the payload of files that look like this: |
