mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
Auto merge of #811 - Seeker14491:master, r=kbknapp
docs: fix spelling of "guaranteed"
This commit is contained in:
commit
ec9b556192
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
|
||||
|
||||
`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.
|
||||
At the 1.14.0 release, `clap` will be garunteed to compile with 1.12.0 and beyond, etc.
|
||||
`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 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`
|
||||
|
||||
|
|
|
@ -498,8 +498,8 @@
|
|||
//!
|
||||
//! `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. At the 1.14.0 release, `clap`
|
||||
//! will be garunteed to compile with 2.12.0 and beyond, etc.
|
||||
//! meaning `clap` is guaranteed to compile with 1.11.0 and beyond. At the 1.14.0 release, `clap`
|
||||
//! 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
|
||||
//! clearly annotated in the `CHANGELOG.md`
|
||||
|
|
Loading…
Add table
Reference in a new issue