Skip to content

Commit

Permalink
RUST-1769 Fix check-rustdoc (crossterm-rs#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale committed Sep 27, 2023
1 parent 92e0dad commit 6b3ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
//!
//! ### Iteration
//!
//! [`RawDocument`] implements [`IntoIterator`](std::iter::IntoIterator), which can also be
//! [`RawDocument`] implements [`IntoIterator`], which can also be
//! accessed via [`RawDocumentBuf::iter`].

//! ```rust
Expand Down

0 comments on commit 6b3ee6a

Please sign in to comment.