diff options
| author | Matej Lach <matej.lach@gmail.com> | 2014-12-02 16:10:40 +0000 |
|---|---|---|
| committer | Matej Lach <matej.lach@gmail.com> | 2014-12-02 16:45:57 +0000 |
| commit | ebf22cbf6a1821a808ca3b11708cf2f4dc60c0a8 (patch) | |
| tree | 70b2ca0bdda30cb29772675034568a018476d85a /src | |
| parent | 738d9803ac7d995cca3ff80b8ab1bd2e8fb11dad (diff) | |
| download | rust-ebf22cbf6a1821a808ca3b11708cf2f4dc60c0a8.tar.gz rust-ebf22cbf6a1821a808ca3b11708cf2f4dc60c0a8.zip | |
replace 'but' with 'and'
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index c2d43a20ec4..afc0811300d 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -2861,7 +2861,7 @@ parts of your library. The six levels are: * experimental: This item was only recently introduced or is otherwise in a state of flux. It may change significantly, or even be removed. No guarantee of backwards-compatibility. -* unstable: This item is still under development, but requires more testing to +* unstable: This item is still under development and requires more testing to be considered stable. No guarantee of backwards-compatibility. * stable: This item is considered stable, and will not change significantly. Guarantee of backwards-compatibility. |
