Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed Dec 15, 2024
1 parent 991f6e6 commit 2579aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/src/vm/opcode/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ generate_opcodes! {

/// Find a binding in the global object and push its value.
///
/// Operands: index: `u32`
/// Operands: index: `VaryingOperand`, ic_index: `VaryingOperand`,
///
/// Stack: **=>** value
GetNameGlobal { index: VaryingOperand, ic_index: VaryingOperand },
Expand Down

0 comments on commit 2579aa8

Please sign in to comment.