We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc65455 commit 486d30dCopy full SHA for 486d30d
src/macros.md
@@ -37,4 +37,4 @@ So why are macros useful?
37
38
3. Variadic interfaces. Sometimes you want to define an interface that takes a
39
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)
+ number of arguments, depending on the format string. (More on this later)
0 commit comments