From 3550f703c3cca023907612cd39b0d5a9185feea9 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 16 Feb 2018 12:53:44 -0700 Subject: [PATCH] Fix typo We don't write test for the readme. :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2238afce7..2367f5d92 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ throughput of 710k transactions per second on a 1 gbps network. The specificatio in two git repositories. Reserach is performed in the loom repository. That work drives the Loom specification forward. This repository, on the other hand, aims to implement the specification as-is. We care a great deal about quality, clarity and short learning curve. We avoid the use -of `unsafe` Rust and an write tests for *everything*. Optimizations are only added when +of `unsafe` Rust and write tests for *everything*. Optimizations are only added when corresponding benchmarks are also added that demonstrate real performance boots. We expect the feature set here will always be a ways behind the loom repo, but that this is an implementation you can take to the bank, literally.