Skip to content

Commit a090b28

Browse files
authored
Fix typo (#1027)
1 parent 176bbba commit a090b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ documentation in `test.rs`, but instead of going through the full clean and
162162
render process, it runs a much simpler crate walk to grab *just* the
163163
hand-written documentation. Combined with the aforementioned
164164
"`find_testable_code`" in `html/markdown.rs`, it builds up a collection of
165-
tests to run before handing them off to the test test runner. One notable
165+
tests to run before handing them off to the test runner. One notable
166166
location in `test.rs` is the function `make_test`, which is where hand-written
167167
doctests get transformed into something that can be executed.
168168

0 commit comments

Comments
 (0)