summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-08-27 15:36:18 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-08-27 15:38:19 +0200
commit81487a7fa63b7b9f2b5c0ed1df63a80055c28367 (patch)
treee783484665e87c6f2c7dd700186ed7ba65433c05 /openpgp
parent0312a0a8a5f880af69518cec42822ab5c3e7fda7 (diff)
openpgp: Fix grammar and typesetting.
Diffstat (limited to 'openpgp')
-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 7b9782ed..0206ff81 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -27,7 +27,7 @@ If you are using Sequoia, please get in contact so that we can
learn from your use cases, discuss your opinions, and develop a
high-level interface based on these experiences in the future.
-Despite ---or maybe because of--- it's unopinionated nature we found
+Despite —or maybe because of— its unopinionated nature we found
it easy to develop opinionated OpenPGP software based on Sequoia.
[RFC 4880]: https://tools.ietf.org/html/rfc4880
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index ac4fbeed..c83beab7 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -29,7 +29,7 @@
//! learn from your use cases, discuss your opinions, and develop a
//! high-level interface based on these experiences in the future.
//!
-//! Despite ---or maybe because of--- it's unopinionated nature we found
+//! Despite —or maybe because of— its unopinionated nature we found
//! it easy to develop opinionated OpenPGP software based on Sequoia.
//!
//! [RFC 4880]: https://tools.ietf.org/html/rfc4880