diff --git a/src/macros.md b/src/macros.md index f1ca1a9db..65e43330d 100644 --- a/src/macros.md +++ b/src/macros.md @@ -2,7 +2,7 @@ The functionality and syntax of Rust can be extended with custom definitions called macros. They are given names, and invoked through a consistent -syntax:`some_extension!(...)`. +syntax: `some_extension!(...)`. There are two ways to define new macros: