Skip to content

Commit

Permalink
doc: fix typo (#101)
Browse files Browse the repository at this point in the history
Replace `Verison` by `Version`.
  • Loading branch information
jdrouet authored Dec 26, 2023
1 parent e06c4b0 commit 7544f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ While this crate is `no_std` compatible, it still requires the `alloc` crate.

Version notes:
- Version `0.18.0` now correctly refuses to compile unsound usages of `with_mut`, but requires Rust 1.63 or later.
- Verison `0.17.0` reintroduces type parameter support, but requires at least
- Version `0.17.0` reintroduces type parameter support, but requires at least
version 1.60 of the Rust toolchain.
- Version `0.16.0` fixes a potential soundness issue but removes template
parameter support.
Expand Down

0 comments on commit 7544f75

Please sign in to comment.