Merge pull request #17 from romanz/patch-1

Fix a small typo in documentation
This commit is contained in:
Ignotus Peverell 2016-11-14 11:41:27 -08:00 committed by GitHub
commit 3a54df15f3

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