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 d7fe070 + 7e68ba5 commit e6d32acCopy full SHA for e6d32ac
src/hello/print.md
@@ -1,7 +1,7 @@
1
# Formatted print
2
3
Printing is handled by a series of [`macros`][macros] defined in
4
-[`std::fmt`][fmt] some of which include:
+[`std::fmt`][fmt] some of which are:
5
6
* `format!`: write formatted text to [`String`][string]
7
* `print!`: same as `format!` but the text is printed to the console
0 commit comments