Skip to content

Commit 4235d93

Browse files
authored
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
1 parent 5ad7389 commit 4235d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ enum FileEntry {
129129
/// An HTML file.
130130
///
131131
/// This includes the contents of the HTML file, and an optional set of
132-
/// HTML IDs. The IDs are used for checking fragments. The are computed
132+
/// HTML IDs. The IDs are used for checking fragments. They are computed
133133
/// as-needed. The source is discarded (replaced with an empty string)
134134
/// after the file has been checked, to conserve on memory.
135135
HtmlFile { source: Rc<String>, ids: RefCell<HashSet<String>> },

0 commit comments

Comments
 (0)