Skip to content

Commit

Permalink
chore: fix comments (#6845)
Browse files Browse the repository at this point in the history
  • Loading branch information
taikoonwang authored Dec 8, 2024
1 parent ac173c2 commit 55db9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion corelib/src/starknet/storage/storage_base.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub trait StorageTraitMut<T> {
/// The type of the struct containing the mutable StorageBase or FlattenedStorage of all the
/// members of a the type `T`.
type BaseType;
/// Creates a struct containing a mutable version of the the StorageBase or FlattenedStorage of
/// Creates a struct containing a mutable version of the StorageBase or FlattenedStorage of
/// all the members of a contract state. Should be called from the `deref` method of the
/// contract state.
fn storage_mut(self: FlattenedStorage<Mutable<T>>) -> Self::BaseType;
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-lang-sierra/src/extensions/modules/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ impl SignatureBasedConcreteLibfunc for ConcreteGetOutputLibFunc {
}
}

/// Verifies the the circuit evaluation has failed.
/// Verifies the circuit evaluation has failed.
#[derive(Default)]
pub struct CircuitFailureGuaranteeVerifyLibFunc {}
impl NoGenericArgsGenericLibfunc for CircuitFailureGuaranteeVerifyLibFunc {
Expand Down

0 comments on commit 55db9be

Please sign in to comment.