Skip to content

Commit

Permalink
Reduce typo count.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 25, 2024
1 parent 4a13611 commit 9746bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ Other changes include optimizations, so version 0.5.0 is roughly

Documented complexities and tested these via `cargo bench`.

* Fixed [#13][issue-13]: Immediatedly add word if it fits.
* Fixed [#13][issue-13]: Immediately add word if it fits.
* Fixed [#14][issue-14]: Avoid splitting on initial hyphens.

## Version 0.3.0 (2017-01-07)
Expand Down
2 changes: 1 addition & 1 deletion examples/binary-sizes/examples/make-table.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Compile Textwrap with differnet featurs and record the resulting
//! Compile Textwrap with different features and record the resulting
//! binary size. Produces a Markdown table.
use std::fmt::Write;
Expand Down

0 comments on commit 9746bf8

Please sign in to comment.