From 311e2486ebb56ad267c164e8442d091b2711b5c2 Mon Sep 17 00:00:00 2001 From: Pawel Grzybek Date: Fri, 10 Mar 2023 10:14:42 +0000 Subject: [PATCH] Fix typo From add_tow to add_two --- en/src/comments-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/comments-docs.md b/en/src/comments-docs.md index c4c408e..a1279e5 100644 --- a/en/src/comments-docs.md +++ b/en/src/comments-docs.md @@ -131,7 +131,7 @@ Then run `cargo doc --open` and see the results. ### Doc tests -The doc comments of `add_one` and `add_tow` contain two example code blocks. +The doc comments of `add_one` and `add_two` contain two example code blocks. The examples can not only demonstrate how to use your library, but also running as test with `cargo test` command.