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 16a4800 commit 529145fCopy full SHA for 529145f
crates/cairo-lang-starknet/src/compile.rs
@@ -124,8 +124,8 @@ pub fn compile_prepared_db<'db>(
124
/// Compile the declared Starknet contract.
125
///
126
/// The `contract` value **must** come from `db`, for example as a result of calling
127
-/// [`find_contracts`]. Does not check diagnostics, it is expected that they are checked by the caller
128
-/// of this function.
+/// [`find_contracts`]. Does not check diagnostics, it is expected that they are checked
+/// by the caller of this function.
129
fn compile_contract_with_prepared_and_checked_db<'db>(
130
db: &'db dyn Database,
131
contract: &ContractDeclaration<'db>,
0 commit comments