Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 11, 2023
1 parent 2a630c7 commit 943ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/next.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::Sodg;
impl Sodg {
/// Get next unique ID of a vertex. This ID will never be
/// returned by `next()` again. Also, this ID will not
/// be equal to any of existing IDs of vertices.
/// be equal to any of the existing IDs of vertices.
pub fn next_id(&mut self) -> u32 {
let mut id = self.next_v;
for v in self.vertices.keys() {
Expand Down

0 comments on commit 943ceba

Please sign in to comment.