From 61e87b066a6ead516c37ae23860e46cb9652ba0b Mon Sep 17 00:00:00 2001 From: Curtis Gibby Date: Mon, 5 Feb 2018 09:07:32 -0700 Subject: [PATCH] Remove Bad Apostrophe A possessive belonging to an "it" doesn't need an apostrophe. Don't believe me? Ask [the Oatmeal](http://theoatmeal.com/comics/apostrophe) (look for the velociraptor)! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a03efe..50973ace 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ Sample: spec.txt (110610 bytes) > marked-0.3.2 x 22.92 ops/sec ±0.79% (41 runs sampled) ``` -As you can see, `remarkable` doesn't pay with speed for it's flexibility. Because +As you can see, `remarkable` doesn't pay with speed for its flexibility. Because it's written in monomorphic style and uses JIT inline caches effectively.