Skip to content

Commit

Permalink
chore: fix doc test false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Nov 26, 2024
1 parent 0140596 commit 6745c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions midenc-debug/src/felt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ impl<const N: usize> PopFromStack for [u8; N] {
///
/// Given a byte slice laid out like so:
///
/// [b0, b1, b2, b3, b4, b5, b6, b7, .., b31]
/// [b0, b1, b2, b3, b4, b5, b6, b7, .., b31]
///
/// This will produce a vector of words laid out like so:
///
/// [[{b0, ..b3}, {b4, ..b7}, {b8..b11}, {b12, ..b15}], ..]
/// [[{b0, ..b3}, {b4, ..b7}, {b8..b11}, {b12, ..b15}], ..]
///
/// In other words, it produces words that when placed on the stack and written to memory
/// word-by-word, that memory will be laid out in the correct byte order.
Expand Down

0 comments on commit 6745c3f

Please sign in to comment.