From 7646e71810e05cbcb4ec9707632f80a1242517e7 Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Fri, 1 Feb 2019 03:01:26 -0800 Subject: [PATCH] Fix minor typo (#2507) --- doc/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.md b/doc/intro.md index 526626e21..0e91357e0 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -119,7 +119,7 @@ Where: Neither _v_ nor _r_ can be deduced, leveraging the fundamental properties of Elliptic Curve Cryptography. `r*G + v*H` is called a _Pedersen Commitment_. -As a an example, let's assume we want to build a transaction with two inputs and one +As an example, let's assume we want to build a transaction with two inputs and one output. We have (ignoring fees): * vi1 and vi2 as input values.