Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aapoalas committed Jan 16, 2025
1 parent 994e25e commit 80e34c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova_vm/src/heap/indexes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl TypedArrayIndex<'_> {
}

// Bind this TypedArrayIndex to the garbage collection lifetime. This enables Rust's
// borrow checker to verify that your TypedArrayIndexs cannot not be invalidated by
// borrow checker to verify that your TypedArrayIndexes cannot not be invalidated by
// garbage collection being performed.
//
// This function is best called with the form
Expand Down

0 comments on commit 80e34c3

Please sign in to comment.