From 068482ac7495de510aa7951054e0427e6d68a24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SELCAN=20KILI=C3=87?= <123992036+selcan-kilic@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:37:32 +0300 Subject: [PATCH] macros translate --- 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 e09f128ebc..6d5acea15f 100644 --- a/src/hello/print.md +++ b/src/hello/print.md @@ -1,6 +1,6 @@ # Formatted print -Printing is handled by a series of [`macros`][macros] defined in [`std::fmt`][fmt] +Printing is handled by a series of [`makrolar`][macros] defined in [`std::fmt`][fmt] some of which include: * `format!`: write formatted text to [`String`][string]