Skip to content

Commit 178e565

Browse files
committed
Fix mismatched punctuation in documentation of DelimSpan
1 parent e26fbaf commit 178e565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extra.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::Span;
88
use core::fmt::{self, Debug};
99

1010
/// An object that holds a [`Group`]'s `span_open()` and `span_close()` together
11-
/// (in a more compact representation than holding those 2 spans individually.
11+
/// in a more compact representation than holding those 2 spans individually.
1212
///
1313
/// [`Group`]: crate::Group
1414
#[derive(Copy, Clone)]

0 commit comments

Comments
 (0)