Skip to content

Commit 486d30d

Browse files
Fix typo in macros.md (#1598)
1 parent fc65455 commit 486d30d

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
@@ -37,4 +37,4 @@ So why are macros useful?
3737

3838
3. Variadic interfaces. Sometimes you want to define an interface that takes a
3939
variable number of arguments. An example is `println!` which could take any
40-
number of arguments, depending on the format string!. (More on this later)
40+
number of arguments, depending on the format string. (More on this later)

0 commit comments

Comments
 (0)