From 7e68ba5032b78dd02aba725fc7423a817df09ffa Mon Sep 17 00:00:00 2001 From: Roman Ustinov Date: Mon, 25 Mar 2024 00:32:08 +0300 Subject: [PATCH] Edit grammatical mistake --- src/hello/print.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello/print.md b/src/hello/print.md index abc26d4be4..b7ab862597 100644 --- a/src/hello/print.md +++ b/src/hello/print.md @@ -1,7 +1,7 @@ # Formatted print Printing is handled by a series of [`macros`][macros] defined in -[`std::fmt`][fmt] some of which include: +[`std::fmt`][fmt] some of which are: * `format!`: write formatted text to [`String`][string] * `print!`: same as `format!` but the text is printed to the console