diff --git a/doc/tutorial-macros.md b/doc/tutorial-macros.md index 31f260076f0..995944b2fbd 100644 --- a/doc/tutorial-macros.md +++ b/doc/tutorial-macros.md @@ -44,12 +44,7 @@ macro_rules! early_return( } ); ); -~~~~ - -Now, we can replace each `match` with an invocation of the `early_return` -macro: - -~~~~ +// ... early_return!(input_1 special_a); // ... early_return!(input_2 special_b);