Skip to content

Commit c732295

Browse files
committed
Fix Example -> Examples
As suggested by RFC505, use the plural form: "Examples" rather than "Example" even for one example.
1 parent c106d16 commit c732295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meta/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl Person {
2828
///
2929
/// * `name` - A string slice that holds the name of the person
3030
///
31-
/// # Example
31+
/// # Examples
3232
///
3333
/// ```
3434
/// // You can have rust code between fences inside the comments

0 commit comments

Comments
 (0)