Skip to content

Commit dc9c669

Browse files
committed
docs: is_static doc driveby
1 parent d9d9e84 commit dc9c669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/interpreter/src/interpreter_action/call_inputs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct CallInputs {
3636
///
3737
/// Previously `context.scheme`.
3838
pub scheme: CallScheme,
39-
/// Whether the call is initiated inside a static call.
39+
/// Whether the call is, or is initiated inside a static call.
4040
pub is_static: bool,
4141
/// Whether the call is initiated from EOF bytecode.
4242
pub is_eof: bool,

0 commit comments

Comments
 (0)