mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs: fix spelling of "guaranteed"
This commit is contained in:
parent
031df5d639
commit
4f30a65b9c
2 changed files with 4 additions and 4 deletions
|
@ -674,8 +674,8 @@ This will cause *only* the patch version to be updated upon a `cargo update` cal
|
||||||
|
|
||||||
#### Minimum Version of Rust
|
#### Minimum Version of Rust
|
||||||
|
|
||||||
`clap` will officially support current stable Rust, minus two releases, but may work with prior releases as well. For example, current stable Rust at the time of this writing is 1.13.0, meaning `clap` is garunteed to compile with 1.11.0 and beyond.
|
`clap` will officially support current stable Rust, minus two releases, but may work with prior releases as well. For example, current stable Rust at the time of this writing is 1.13.0, meaning `clap` is guaranteed to compile with 1.11.0 and beyond.
|
||||||
At the 1.14.0 release, `clap` will be garunteed to compile with 1.12.0 and beyond, etc.
|
At the 1.14.0 release, `clap` will be guaranteed to compile with 1.12.0 and beyond, etc.
|
||||||
|
|
||||||
Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be clearly annotated in the `CHANGELOG.md`
|
Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be clearly annotated in the `CHANGELOG.md`
|
||||||
|
|
||||||
|
|
|
@ -498,8 +498,8 @@
|
||||||
//!
|
//!
|
||||||
//! `clap` will officially support current stable Rust, minus two releases, but may work with prior
|
//! `clap` will officially support current stable Rust, minus two releases, but may work with prior
|
||||||
//! releases as well. For example, current stable Rust at the time of this writing is 1.13.0,
|
//! releases as well. For example, current stable Rust at the time of this writing is 1.13.0,
|
||||||
//! meaning `clap` is garunteed to compile with 1.11.0 and beyond. At the 1.14.0 release, `clap`
|
//! meaning `clap` is guaranteed to compile with 1.11.0 and beyond. At the 1.14.0 release, `clap`
|
||||||
//! will be garunteed to compile with 2.12.0 and beyond, etc.
|
//! will be guaranteed to compile with 2.12.0 and beyond, etc.
|
||||||
//!
|
//!
|
||||||
//! Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be
|
//! Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be
|
||||||
//! clearly annotated in the `CHANGELOG.md`
|
//! clearly annotated in the `CHANGELOG.md`
|
||||||
|
|
Loading…
Reference in a new issue