Skip to content

Commit

Permalink
correct capitalization
Browse files Browse the repository at this point in the history
Co-authored-by: Zanie Blue <[email protected]>
  • Loading branch information
Eh2406 and zanieb authored Nov 29, 2023
1 parent db745af commit 581f66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ fn valid_segment<T: PartialOrd>(start: &Bound<T>, end: &Bound<T>) -> bool {
}
}

/// group adjacent versions locations
/// Group adjacent versions locations.
///
/// ```text
/// [None, 3, 6, 7, None] -> [(3, 7)]
/// [3, 6, 7, None] -> [(None, 7)]
Expand Down

0 comments on commit 581f66d

Please sign in to comment.