Skip to content

Commit 7e68ba5

Browse files
authored
Edit grammatical mistake
1 parent 7601e0c commit 7e68ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Formatted print
22

33
Printing is handled by a series of [`macros`][macros] defined in
4-
[`std::fmt`][fmt] some of which include:
4+
[`std::fmt`][fmt] some of which are:
55

66
* `format!`: write formatted text to [`String`][string]
77
* `print!`: same as `format!` but the text is printed to the console

0 commit comments

Comments
 (0)