Skip to content

Commit c29d179

Browse files
zac-williamsonjialinli98
authored andcommitted
zac's documentation
1 parent 246e245 commit c29d179

File tree

3 files changed

+255
-100
lines changed

3 files changed

+255
-100
lines changed

src/_string_tools/slice_packed_field.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ mod test {
883883
for j in 0..18 {
884884
let start_byte: u32 = text.len() - num_bytes - byte_positions[j];
885885
let mut expected_slices: [Field; 3] =
886-
// Safety: this is a test
886+
// Safety: this is a test
887887
unsafe { build_slices_for_test(text, start_byte, num_bytes) };
888888
let result_slices: [Field; 3] =
889889
slice_fields(slices, start_byte as Field, num_bytes as Field);

0 commit comments

Comments
 (0)