]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/fmt/builders.rs
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[rust.git] / src / libcore / fmt / builders.rs
index 8125097d7d1056573e82d36c7297e36af77a2053..b594c886b64f5d35a80a9ccd79b3836954d0f63e 100644 (file)
@@ -58,7 +58,7 @@ fn write_str(&mut self, mut s: &str) -> fmt::Result {
 /// [`Formatter::debug_struct`](struct.Formatter.html#method.debug_struct)
 /// method.
 ///
-/// # Example
+/// # Examples
 ///
 /// ```
 /// use std::fmt;
@@ -153,7 +153,7 @@ fn is_pretty(&self) -> bool {
 /// [`Formatter::debug_tuple`](struct.Formatter.html#method.debug_tuple)
 /// method.
 ///
-/// # Example
+/// # Examples
 ///
 /// ```
 /// use std::fmt;
@@ -290,7 +290,7 @@ fn is_pretty(&self) -> bool {
 /// [`Formatter::debug_set`](struct.Formatter.html#method.debug_set)
 /// method.
 ///
-/// # Example
+/// # Examples
 ///
 /// ```
 /// use std::fmt;
@@ -361,7 +361,7 @@ pub fn finish(&mut self) -> fmt::Result {
 /// [`Formatter::debug_list`](struct.Formatter.html#method.debug_list)
 /// method.
 ///
-/// # Example
+/// # Examples
 ///
 /// ```
 /// use std::fmt;
@@ -432,7 +432,7 @@ pub fn finish(&mut self) -> fmt::Result {
 /// [`Formatter::debug_map`](struct.Formatter.html#method.debug_map)
 /// method.
 ///
-/// # Example
+/// # Examples
 ///
 /// ```
 /// use std::fmt;