From 151a0150b9df6a8d72287daaf3e4d4241bca991b Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 14 Nov 2016 21:21:18 +0200 Subject: [PATCH] Fix a small typo in documentation --- core/src/consensus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/consensus.rs b/core/src/consensus.rs index 899dc473c1..8b9e0a8dae 100644 --- a/core/src/consensus.rs +++ b/core/src/consensus.rs @@ -16,7 +16,7 @@ //! the whole network are complex and hard to completely isolate. Some can be //! simple parameters (like block reward), others complex algorithms (like //! Merkle sum trees or reorg rules). However, as long as they're simple -//! emough, consensus-relevant constants and short functions should be kept +//! enough, consensus-relevant constants and short functions should be kept //! here. /// The block subsidy amount