Fix a small typo in documentation

This commit is contained in:
Roman Zeyde 2016-11-14 21:21:18 +02:00 committed by GitHub
parent f7b31dc5f3
commit 151a0150b9

View file

@ -16,7 +16,7 @@
//! the whole network are complex and hard to completely isolate. Some can be //! the whole network are complex and hard to completely isolate. Some can be
//! simple parameters (like block reward), others complex algorithms (like //! simple parameters (like block reward), others complex algorithms (like
//! Merkle sum trees or reorg rules). However, as long as they're simple //! 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. //! here.
/// The block subsidy amount /// The block subsidy amount