Skip to content

Commit 8b03188

Browse files
authored
docs: fix typos (#8495)
1 parent 62012e3 commit 8b03188

File tree

2 files changed

+2
-2
lines changed
  • crates

2 files changed

+2
-2
lines changed

crates/cairo-lang-syntax/src/attribute/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Attributes which does not invoke any plugin, and thus are not declared in the plugin crate.
1+
// Attributes which do not invoke any plugin, and thus are not declared in the plugin crate.
22

33
/// An attribute that can be used to make the formatter ignore the formatting of a statement or an
44
/// item, and keep the user defined formatting.

crates/cairo-lang-test-plugin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub struct TestsCompilationConfig<'db> {
5555
pub starknet: bool,
5656

5757
/// Contracts to compile.
58-
/// If defined, only this contacts will be available in tests.
58+
/// If defined, only these contracts will be available in tests.
5959
/// If not, all contracts from `contract_crate_ids` will be compiled.
6060
pub contract_declarations: Option<Vec<ContractDeclaration<'db>>>,
6161

0 commit comments

Comments
 (0)