diff --git a/docs/developers-guide/modules/writing-module-handlers.md b/docs/developers-guide/modules/writing-module-handlers.md index a86119150..a1895c977 100644 --- a/docs/developers-guide/modules/writing-module-handlers.md +++ b/docs/developers-guide/modules/writing-module-handlers.md @@ -94,7 +94,7 @@ const TRACKED_CONTRACT: [u8; 20] = hex!("bc4ca0eda7647a8ab7c2061c2e118a18a936f13 ``` {% endcode %} -Define the `map` module. +Define the `map` module in the Substreams manifest. {% code title="manifest excerpt" %} ```yaml @@ -160,7 +160,7 @@ fn map_transfers(blk: eth::Block) -> Result