Skip to content

Commit f02b09e

Browse files
authored
Merge pull request #941 from verhovsky/patch-1
Fix missing space
2 parents 1f78215 + 012bfaf commit f02b09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.md

+1-1
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)