Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 9, 2023
1 parent e5d43e0 commit fd8ca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl Sodg {
while !queue.is_empty() {
let v = queue
.pop_front()
.context("A non-empty queue failed to yield an element, this shouldn't happen.")?;
.context("A non-empty queue failed to yield an element, this shouldn't happen")?;
let vtx = self
.vertices
.get(&v)
Expand Down

0 comments on commit fd8ca37

Please sign in to comment.