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