Skip to content

Commit 580839d

Browse files
authored
Merge pull request #1243 from KingAkeem/simple_grammar_patch
macros.md: Changing Sometime to more appropriate adverb form Sometimes
2 parents 7586969 + e73bb2c commit 580839d

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
@@ -35,6 +35,6 @@ So why are macros useful?
3535
2. Domain-specific languages. Macros allow you to define special syntax for a
3636
specific purpose. (More on this later)
3737

38-
3. Variadic interfaces. Sometime you want to define an interface that takes a
38+
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
4040
number of arguments, depending on the format string!. (More on this later)

0 commit comments

Comments
 (0)