Skip to content

Commit

Permalink
Edit grammatical mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
progalgo authored Mar 24, 2024
1 parent 7601e0c commit 7e68ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello/print.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e68ba5

Please sign in to comment.