Skip to content

Commit e6d32ac

Browse files
authored
Merge pull request #1830 from progalgo/patch-1
Edit grammatical mistake
2 parents d7fe070 + 7e68ba5 commit e6d32ac

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)