Skip to content

Commit 3b149ba

Browse files
committed
fix typo
1 parent 1ede273 commit 3b149ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum EnteredDelimiter {
9090

9191
use EnteredDelimiter::*;
9292

93-
/// LSP is the stack top. One bit represents one `EnteredDelimiter`.
93+
/// LSB is the stack top. One bit represents one `EnteredDelimiter`.
9494
///
9595
/// Assume the underlying type is u8, then
9696
///

0 commit comments

Comments
 (0)