From 94d4ef9105d8ec0180e2b57a2c89aace20504414 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Wed, 29 May 2019 00:58:31 +1000 Subject: [PATCH] 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 --- substrate/core/client/src/block_builder/block_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/core/client/src/block_builder/block_builder.rs b/substrate/core/client/src/block_builder/block_builder.rs index 4d40bed9b0..995b303699 100644 --- a/substrate/core/client/src/block_builder/block_builder.rs +++ b/substrate/core/client/src/block_builder/block_builder.rs @@ -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,