From 012bfafbd995c54a86ebb542bbde5874710cba19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D1=80=D0=B8=D1=81=20=D0=92=D0=B5=D1=80=D1=85?= =?UTF-8?q?=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Fri, 22 Jan 2021 00:12:08 -0500 Subject: [PATCH] Fix missing space --- src/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: