summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/README.md2
-rw-r--r--openpgp/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index d07c3192..4d7238b3 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -31,7 +31,7 @@ one.
# Experimental Features
-This crate implements functionality from [RFC 4880bis], notable
+This crate implements functionality from [RFC 4880bis], notably
AEAD encryption containers. As of this writing, this RFC is still
a draft and the syntax or semantic defined in it may change or go
away. Therefore, all related functionality may change and
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 9f7d58ad..e21ce704 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -33,7 +33,7 @@
//!
//! # Experimental Features
//!
-//! This crate implements functionality from [RFC 4880bis], notable
+//! This crate implements functionality from [RFC 4880bis], notably
//! AEAD encryption containers. As of this writing, this RFC is still
//! a draft and the syntax or semantic defined in it may change or go
//! away. Therefore, all related functionality may change and