Skip to content

Commit 3b6ee89

Browse files
authored
Merge pull request #71 from Rust-for-Linux/dev/fix-example-header
fix `Example` header
2 parents b04197f + 38419d7 commit 3b6ee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ macro_rules! try_init {
953953
/// Asserts that a field on a struct using `#[pin_data]` is marked with `#[pin]` ie. that it is
954954
/// structurally pinned.
955955
///
956-
/// # Example
956+
/// # Examples
957957
///
958958
/// This will succeed:
959959
/// ```

0 commit comments

Comments
 (0)