Skip to content

Commit 529145f

Browse files
authored
Update compile.rs
1 parent 16a4800 commit 529145f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cairo-lang-starknet/src/compile.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ pub fn compile_prepared_db<'db>(
124124
/// Compile the declared Starknet contract.
125125
///
126126
/// 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.
127+
/// [`find_contracts`]. Does not check diagnostics, it is expected that they are checked
128+
/// by the caller of this function.
129129
fn compile_contract_with_prepared_and_checked_db<'db>(
130130
db: &'db dyn Database,
131131
contract: &ContractDeclaration<'db>,

0 commit comments

Comments
 (0)