Skip to content

Commit

Permalink
spellcheck (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjud authored Jan 10, 2022
1 parent f158a75 commit d68ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ pub fn anyref_heap_live_count() -> u32 {
externref_heap_live_count()
}

/// An extension trait for `Option<T>` and `Result<T, E>` for unwraping the `T`
/// An extension trait for `Option<T>` and `Result<T, E>` for unwrapping the `T`
/// value, or throwing a JS error if it is not available.
///
/// These methods should have a smaller code size footprint than the normal
Expand Down

0 comments on commit d68ceed

Please sign in to comment.