From a059bbde0dc5860edd990d536c7a861b4ae0d50a Mon Sep 17 00:00:00 2001 From: Adam Jonas Date: Wed, 7 Mar 2018 08:45:55 -0700 Subject: [PATCH] typo fix (#754) --- doc/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contracts.md b/doc/contracts.md index 3aa2cbaef..1ff4a175f 100644 --- a/doc/contracts.md +++ b/doc/contracts.md @@ -49,7 +49,7 @@ kernel is assembled from the aggregate signature generated using `r` and the public key `r*G`, and allows to verify non-inflation for all Grin transactions (and signs the fees). -Because these signatues are built simply from a scalar and a public key, they +Because these signatures are built simply from a scalar and a public key, they can be used to construct a variety of contracts using "simple" arithmetic. ## Timelocked Transactions