summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-01-01 02:51:49 +0100
committerEugen Wissner <belka@caraus.de>2017-01-01 02:51:49 +0100
commitc73e7044211ed36555bbf3faaa8a0045fb703e93 (patch)
treebb497166d14dc79167917b80513472887ea2aa4f /README.md
parent0561e96f21e00ba8b3fa63e474ed4c7667543dde (diff)
downloadtanya-c73e7044211ed36555bbf3faaa8a0045fb703e93.tar.gz
Fix constness of Vector range, optimizing
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b05f3a3..4167c9c 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ suite, but contains (will contain) algorithm implementations required by TLS.
Online documentation will be published soon.
* Tanya is cross-platform. The development happens on a 64-bit Linux, but it
-* is being tested on Windows and FreeBSD as well.
+is being tested on Windows and FreeBSD as well.
* The library isn't thread-safe. Thread-safity should be added later.