Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Fix typo (period)

Co-authored-by: Christian Duerr <contact@christianduerr.com>
  • Loading branch information
boazy and chrisduerr authored Aug 14, 2024
1 parent 8777a53 commit 790e34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ impl<const OSC_RAW_BUF_SIZE: usize> Parser<OSC_RAW_BUF_SIZE> {
Action::Ignore => (),
Action::None => (),

// APC Actions are checked last, since they are relatively rare
// APC Actions are checked last, since they are relatively rare.
Action::OpaqueStart => {
let kind = match byte {
0x58 => OpaqueSequenceKind::Sos,
Expand Down

0 comments on commit 790e34e

Please sign in to comment.