We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e0841 commit 0b0fc55Copy full SHA for 0b0fc55
crates/cairo-lang-sierra-to-casm/src/invocations/debug.rs
@@ -5,7 +5,7 @@ use cairo_lang_sierra::extensions::debug::DebugConcreteLibfunc;
5
use super::{CompiledInvocation, CompiledInvocationBuilder, InvocationError};
6
use crate::invocations::add_input_variables;
7
8
-/// Builds Casm instructions for Nullable operations.
+/// Builds CASM instructions for debug operations.
9
pub fn build(
10
libfunc: &DebugConcreteLibfunc,
11
builder: CompiledInvocationBuilder<'_>,
0 commit comments