Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuarticCat committed Nov 12, 2022
1 parent 1ede273 commit 3b149ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ enum EnteredDelimiter {

use EnteredDelimiter::*;

/// LSP is the stack top. One bit represents one `EnteredDelimiter`.
/// LSB is the stack top. One bit represents one `EnteredDelimiter`.
///
/// Assume the underlying type is u8, then
///
Expand Down

0 comments on commit 3b149ba

Please sign in to comment.