From df5fc7027c258b5586002951326f66535db1ef83 Mon Sep 17 00:00:00 2001 From: Adam Canady Date: Fri, 4 Jan 2019 16:57:51 -0800 Subject: [PATCH] minor typo fix (#2286) --- doc/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.md b/doc/intro.md index 59075e8a6..8e0d57674 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -16,7 +16,7 @@ The main goal and characteristics of the Grin project are: * Privacy by default. This enables complete fungibility without precluding the ability to selectively disclose information as needed. * Scales mostly with the number of users and minimally with the number of - transactions (<100 byte `kernel), resulting in a large space saving compared + transactions (<100 byte `kernel`), resulting in a large space saving compared to other blockchains. * Strong and proven cryptography. MimbleWimble only relies on Elliptic Curve Cryptography which has been tried and tested for decades.