summaryrefslogtreecommitdiff
path: root/src/sign.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sign.rs')
-rw-r--r--src/sign.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sign.rs b/src/sign.rs
index 8490f6c..e53e566 100644
--- a/src/sign.rs
+++ b/src/sign.rs
@@ -15,7 +15,7 @@
//! Ed25519 signing and verification
//!
//! `Ring` does not provide a multi-step (init-update-finish) interface
-//! for Ed25519 signatures. `Verifier` and `Signer` attempt to provide this
+//! for Ed25519 signatures. `Verifier` and `Signer` provide this
//! missing multi-step api.
extern crate ring;