Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce typo count. #559

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading