Skip to content

Commit 3d9b15e

Browse files
committed
chore: fix doc test false positive
1 parent f6967c1 commit 3d9b15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

midenc-debug/src/felt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ impl<const N: usize> PopFromStack for [u8; N] {
282282
///
283283
/// Given a byte slice laid out like so:
284284
///
285-
/// [b0, b1, b2, b3, b4, b5, b6, b7, .., b31]
285+
/// [b0, b1, b2, b3, b4, b5, b6, b7, .., b31]
286286
///
287287
/// This will produce a vector of words laid out like so:
288288
///
289-
/// [[{b0, ..b3}, {b4, ..b7}, {b8..b11}, {b12, ..b15}], ..]
289+
/// [[{b0, ..b3}, {b4, ..b7}, {b8..b11}, {b12, ..b15}], ..]
290290
///
291291
/// In other words, it produces words that when placed on the stack and written to memory
292292
/// word-by-word, that memory will be laid out in the correct byte order.

0 commit comments

Comments
 (0)