Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Jan 29, 2024
1 parent 3c23e16 commit cab9362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skrifa/src/outline/glyf/hint/engine/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl<'a> Engine<'a> {
/// unsigned integer in the range (0..255), and pushes them onto the stack.
/// n itself is not pushed onto the stack.
///
/// PUSHB[abc] (0xB0 - 0xB7)
/// PUSHB\[abc\] (0xB0 - 0xB7)
///
/// Takes the specified number of bytes from the instruction stream and
/// pushes them onto the interpreter stack.
Expand All @@ -155,7 +155,7 @@ impl<'a> Engine<'a> {
/// from 1 to 8, 1 is automatically added to the ABC figure to obtain the
/// actual number of bytes pushed.
///
/// PUSHW[abc] (0xB8 - 0xBF)
/// PUSHW\[abc\] (0xB8 - 0xBF)
///
/// Takes the specified number of words from the instruction stream and
/// pushes them onto the interpreter stack.
Expand Down

0 comments on commit cab9362

Please sign in to comment.