Skip to content

Commit

Permalink
freature -> feature 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-finch-tezos committed Nov 3, 2023
1 parent 3bb946d commit ce37f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ impl<'host> Context<'host> {
}

/// Get the remaining instruction count
#[cfg(freature = "fuzz")]
#[cfg(feature = "fuzz")]
#[inline]
pub const fn instructions_remaining(&self) -> u64 {
self.instructions_remaining
Expand Down

0 comments on commit ce37f8b

Please sign in to comment.