Skip to content

Commit 0b0fc55

Browse files
authored
fix (docs) wrong header comment in debug CASM module (#9008)
1 parent 06e0841 commit 0b0fc55

File tree

1 file changed

+1
-1
lines changed
  • crates/cairo-lang-sierra-to-casm/src/invocations

1 file changed

+1
-1
lines changed

crates/cairo-lang-sierra-to-casm/src/invocations/debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use cairo_lang_sierra::extensions::debug::DebugConcreteLibfunc;
55
use super::{CompiledInvocation, CompiledInvocationBuilder, InvocationError};
66
use crate::invocations::add_input_variables;
77

8-
/// Builds Casm instructions for Nullable operations.
8+
/// Builds CASM instructions for debug operations.
99
pub fn build(
1010
libfunc: &DebugConcreteLibfunc,
1111
builder: CompiledInvocationBuilder<'_>,

0 commit comments

Comments
 (0)