Skip to content

Commit 73d2653

Browse files
committed
duplicate the
1 parent 1a4a723 commit 73d2653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/highlight.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! the `render_inner_with_highlighting` or `render_with_highlighting`
1818
//! functions. For more advanced use cases (if you want to supply your own css
1919
//! classes or control how the HTML is generated, or even generate something
20-
//! other then HTML), then you should implement the the `Writer` trait and use a
20+
//! other then HTML), then you should implement the `Writer` trait and use a
2121
//! `Classifier`.
2222
2323
use html::escape::Escape;

0 commit comments

Comments
 (0)