Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Aug 14, 2023
1 parent 1d7284e commit d1e2f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/vm/call_frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub struct CallFrame {
/// How many iterations a loop has done.
pub(crate) loop_iteration_count: u64,

/// [[ScriptOrModule]]
/// \[\[ScriptOrModule\]\]
pub(crate) active_runnable: Option<ActiveRunnable>,

pub(crate) active_function: Option<JsObject>,
Expand Down

0 comments on commit d1e2f3c

Please sign in to comment.