From ebf22cbf6a1821a808ca3b11708cf2f4dc60c0a8 Mon Sep 17 00:00:00 2001 From: Matej Lach Date: Tue, 2 Dec 2014 16:10:40 +0000 Subject: [PATCH] replace 'but' with 'and' --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.