Skip to content

Commit 581f66d

Browse files
Eh2406zanieb
andauthored
correct capitalization
Co-authored-by: Zanie Blue <[email protected]>
1 parent db745af commit 581f66d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/range.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ fn valid_segment<T: PartialOrd>(start: &Bound<T>, end: &Bound<T>) -> bool {
309309
}
310310
}
311311

312-
/// group adjacent versions locations
312+
/// Group adjacent versions locations.
313+
///
313314
/// ```text
314315
/// [None, 3, 6, 7, None] -> [(3, 7)]
315316
/// [3, 6, 7, None] -> [(None, 7)]

0 commit comments

Comments
 (0)