Skip to content

Commit 012bfaf

Browse files
authored
Fix missing space
1 parent 1f78215 commit 012bfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The functionality and syntax of Rust can be extended with custom definitions
44
called macros. They are given names, and invoked through a consistent
5-
syntax:`some_extension!(...)`.
5+
syntax: `some_extension!(...)`.
66

77
There are two ways to define new macros:
88

0 commit comments

Comments
 (0)