Rollup merge of #87833 - m-rsha:patch-1, r=Aaron1011
Fix typo -- "The" -> "They" I was reading through source code to try to learn more about the language and how to make the most of it when I ran into a small typo, so I figured I'd offer up a fix! I'm pretty new now, but hopefully I can offer up more substantial changes later. :D
This commit is contained in:
commit
6ddbf9ec3c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ enum FileEntry {
|
|||
/// An HTML file.
|
||||
///
|
||||
/// This includes the contents of the HTML file, and an optional set of
|
||||
/// HTML IDs. The IDs are used for checking fragments. The are computed
|
||||
/// HTML IDs. The IDs are used for checking fragments. They are computed
|
||||
/// as-needed. The source is discarded (replaced with an empty string)
|
||||
/// after the file has been checked, to conserve on memory.
|
||||
HtmlFile { source: Rc<String>, ids: RefCell<HashSet<String>> },
|
||||
|
|
Loading…
Add table
Reference in a new issue