From 65d968259bdb1ef67069731dbc1ec77e2b171819 Mon Sep 17 00:00:00 2001 From: Bright Fulton Date: Sun, 12 Nov 2017 15:58:58 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d4f8e..acaaf83 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ We found no library that implemented state-of-the-art integer coding techniques such as Binary Packing, NewPFD, OptPFD, Variable Byte, Simple 9 and so on in Java. We wrote one. -Thread safery +Thread safety ---- Some codecs are thread-safe while others are not.