aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-18 16:46:58 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-18 16:46:58 -0800
commitc37adab9bd2b8af22a0d198d883f18ac4c6b8d27 (patch)
tree98a7c38ab84d41253e24b50869552533a9dd9662 /docs/faq.rst
parentde06b2930b5421cba6049a03daec6e818d7ec374 (diff)
downloadcryptography-c37adab9bd2b8af22a0d198d883f18ac4c6b8d27.tar.gz
cryptography-c37adab9bd2b8af22a0d198d883f18ac4c6b8d27.tar.bz2
cryptography-c37adab9bd2b8af22a0d198d883f18ac4c6b8d27.zip
Use a real word
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 9c8dff96..41742a2a 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -6,8 +6,8 @@ How does ``cryptography`` compare to NaCl (Networking and Cryptography library)?
While ``cryptography`` and `NaCl`_ both share the goal of making cryptography
easier, and safer, to use for developers, ``cryptography`` is designed to be a
-general purpose library, capable of interoperating with existing systems, while
-NaCl features a collection of hand selected algorithms.
+general purpose library, interoperable with existing systems, while NaCl
+features a collection of hand selected algorithms.
``cryptography``'s recipes layer is similar in design to NaCl.