From 83620fed38de805139e46c3c9d119970619f5eba Mon Sep 17 00:00:00 2001 From: GrantM11235 Date: Thu, 28 Dec 2023 23:09:33 -0600 Subject: [PATCH] Migration guide typo --- MIGRATING-0.2-1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATING-0.2-1.0.md b/MIGRATING-0.2-1.0.md index 4401ca90b..a2fa8c6f9 100644 --- a/MIGRATING-0.2-1.0.md +++ b/MIGRATING-0.2-1.0.md @@ -26,7 +26,7 @@ There have been _a lot_ of changes in `embedded_hal` between versions 0.2.x and We understand the significance of `embedded-hal` in the Rust embedded ecosystem and thus intend to release a version that stays compatible for a long time. -The main difference betewen `embedded-hal` 0.2 and 1.0 is the project is now focused +The main difference between `embedded-hal` 0.2 and 1.0 is the project is now focused on a single goal: traits for writing drivers that work on any HAL. In `embedded-hal` 0.2, the traits had dual goals: