Skip to content

Commit

Permalink
Merge pull request #123 from striezel-stash/fix-typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
Manishearth authored Jan 18, 2024
2 parents dd8a2cf + f7cefc8 commit d2bcbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prepare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub fn isolating_run_sequences(
sequences.push(sequence);
}
}
// Pop any remaning sequences off the stack.
// Pop any remaining sequences off the stack.
sequences.extend(stack.into_iter().rev().filter(|seq| !seq.is_empty()));

// Determine the `sos` and `eos` class for each sequence.
Expand Down

0 comments on commit d2bcbf8

Please sign in to comment.