Browse Source

Fix doc typo

tco
RageKnify 1 year ago
parent
commit
553951f945
No known key found for this signature in database
  1. 2
      core/engine/src/vm/call_frame/mod.rs

2
core/engine/src/vm/call_frame/mod.rs

@ -91,7 +91,7 @@ impl CallFrame {
/// \ / /// \ /
/// ------------ /// ------------
/// | /// |
/// function prolugue /// function prologue
/// ``` /// ```
pub(crate) const FUNCTION_PROLOGUE: usize = 2; pub(crate) const FUNCTION_PROLOGUE: usize = 2;
pub(crate) const THIS_POSITION: usize = 0; pub(crate) const THIS_POSITION: usize = 0;

Loading…
Cancel
Save