Skip to content

Commit

Permalink
Merge pull request #387 from mgeisler/wrap-comment
Browse files Browse the repository at this point in the history
Fix long line in comment
  • Loading branch information
mgeisler authored Jun 6, 2021
2 parents 8be6b85 + 2271dac commit 050b749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
//! [`Options::with_termwidth`] constructor for details.
//!
//! * `hyphenation`: enables language-sensitive hyphenation via the
//! [hyphenation] crate. See the [`word_splitters::WordSplitter`] trait for details.
//! [hyphenation] crate. See the [`word_splitters::WordSplitter`]
//! trait for details.
//!
//! [unicode-linebreak]: https://docs.rs/unicode-linebreak/
//! [unicode-width]: https://docs.rs/unicode-width/
Expand Down

0 comments on commit 050b749

Please sign in to comment.