diff options
Diffstat (limited to 'examples/example-combine-pathf-dispatch-tree')
| -rw-r--r-- | examples/example-combine-pathf-dispatch-tree/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-combine-pathf-dispatch-tree/src/main.rs b/examples/example-combine-pathf-dispatch-tree/src/main.rs index 7407d32..75888ee 100644 --- a/examples/example-combine-pathf-dispatch-tree/src/main.rs +++ b/examples/example-combine-pathf-dispatch-tree/src/main.rs @@ -1,4 +1,4 @@ -//! Example: Combining pathf + dispatch_tree +//! Example: Combining `pathf` + `dispatch_tree` //! //! > This example demonstrates how to use `pathf` and `dispatch_tree` together. //! > Types are defined in a submodule (`sub`), and `gen_program!()` resolves |
