Fix typo in block_builder.rs (#2674)

* Fix typo in block_builder.rs

* Fix the typo fix again in block_builder.rs

Co-Authored-By: Gavin Wood <github@gavwood.com>
This commit is contained in:
Luke Schoen
2019-05-29 00:58:31 +10:00
committed by Gavin Wood
parent 1638f6690e
commit 94d4ef9105
@@ -52,7 +52,7 @@ where
/// particular block's ID to build upon with optional proof recording enabled.
///
/// While proof recording is enabled, all accessed trie nodes are saved.
/// These recorded trie nodes can be used by a third party to proof the
/// These recorded trie nodes can be used by a third party to prove the
/// output of this block builder without having access to the full storage.
pub fn at_block(
block_id: &BlockId<Block>,