Skip to content

Commit a2d27a4

Browse files
committed
[buffer] Fix typo in flags
1 parent 77ea103 commit a2d27a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bitflags::bitflags! {
4040
/// Indicates that the `UNSAFE_TO_CONCAT` glyph-flag should be produced by the shaper. By default it will not be produced since it incurs a cost.
4141
const PRODUCE_UNSAFE_TO_CONCAT = 0x00000040;
4242
/// Indicates that the `SAFE_TO_INSERT_TATWEEL` glyph-flag should be produced by the shaper. By default it will not be produced.
43-
const PRODUCE_SAFE_TO_INSERT_TATWEEL = 0x00000040;
43+
const PRODUCE_SAFE_TO_INSERT_TATWEEL = 0x00000080;
4444
/// All currently defined flags
4545
const DEFINED = 0x000000FF;
4646
}

0 commit comments

Comments
 (0)