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.
2 parents 7586969 + e73bb2c commit 580839dCopy full SHA for 580839d
src/macros.md
@@ -35,6 +35,6 @@ So why are macros useful?
35
2. Domain-specific languages. Macros allow you to define special syntax for a
36
specific purpose. (More on this later)
37
38
-3. Variadic interfaces. Sometime you want to define an interface that takes a
+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)
0 commit comments