Skip to content

Commit

Permalink
Fix incorrect module reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
panhania committed Nov 17, 2023
1 parent 6aa5bf8 commit e2bd803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/creating-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Once the Protocol Buffers enum has the new field, add a new variant to the Rust
will guide you to towards updating the existing code to cover the new variant in
all the required branches.

As the last step, update the `dispatch` function in the [`rrg::request`] module
As the last step, update the `dispatch` function in the [`rrg::action`] module
and route the call to the `handle` function you defined. Remember to guard the
branch with the corresponding feature to avoid issues when compiling with the
feature disabled.
Expand Down

0 comments on commit e2bd803

Please sign in to comment.