File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cairo-lang-syntax/src/attribute
cairo-lang-test-plugin/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments