]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/render/write_shared.rs
Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726
[rust.git] / src / librustdoc / html / render / write_shared.rs
index 94d8a9feca69d5010c0a36f4670547856dda22bf..eaf149a43005b63fa249a10be15df1e54db3aec8 100644 (file)
@@ -137,7 +137,7 @@ fn collect(path: &Path, krate: &str) -> io::Result<(Vec<String>, Vec<String>)> {
         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: