From c73229535b6fc098ebf7fba31f35b5ba8b442760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Karabulut?= Date: Thu, 23 Apr 2020 23:49:03 +0300 Subject: [PATCH] Fix Example -> Examples As suggested by RFC505, use the plural form: "Examples" rather than "Example" even for one example. --- src/meta/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/doc.md b/src/meta/doc.md index da6ff9ea8c..63e0b41018 100644 --- a/src/meta/doc.md +++ b/src/meta/doc.md @@ -28,7 +28,7 @@ impl Person { /// /// * `name` - A string slice that holds the name of the person /// - /// # Example + /// # Examples /// /// ``` /// // You can have rust code between fences inside the comments