From 9746bf8d420b912940daa01a471face08afe5734 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 25 Sep 2024 23:48:11 +0700 Subject: [PATCH] Reduce typo count. --- CHANGELOG.md | 2 +- examples/binary-sizes/examples/make-table.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362c0c0b..8c56a2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/examples/binary-sizes/examples/make-table.rs b/examples/binary-sizes/examples/make-table.rs index 38d202dd..16dfa9dd 100644 --- a/examples/binary-sizes/examples/make-table.rs +++ b/examples/binary-sizes/examples/make-table.rs @@ -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;