diff --git a/book/src/dev/rfcs/0005-state-updates.md b/book/src/dev/rfcs/0005-state-updates.md index b57c8da0..f04dfc94 100644 --- a/book/src/dev/rfcs/0005-state-updates.md +++ b/book/src/dev/rfcs/0005-state-updates.md @@ -430,7 +430,7 @@ Commit `block` to the non-finalized state. 6. Insert `parent_chain` into `self.chain_set` -### `pub(super) fn commit_new_chain(&mut self, block: Arc)` +#### `pub(super) fn commit_new_chain(&mut self, block: Arc)` Construct a new chain starting with `block`.