Skip to content

Commit 1d259b1

Browse files
authored
chore: fix some comments (#2603)
Signed-off-by: zhoujiaweii <[email protected]>
1 parent 48a7abb commit 1d259b1

File tree

2 files changed

+2
-2
lines changed
  • integration-tests/public/upgradeable-contracts

2 files changed

+2
-2
lines changed

integration-tests/public/upgradeable-contracts/set-code-hash-migration/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod incrementer {
1414
///
1515
/// # Note
1616
///
17-
/// Is is important to realize that after the call to `set_code_hash` the contract's
17+
/// It is important to realize that after the call to `set_code_hash` the contract's
1818
/// storage remains the same.
1919
///
2020
/// If you change the storage layout in your storage struct you may introduce

integration-tests/public/upgradeable-contracts/set-code-hash/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod incrementer {
1515
///
1616
/// # Note
1717
///
18-
/// Is is important to realize that after the call to `set_code_hash` the contract's
18+
/// It is important to realize that after the call to `set_code_hash` the contract's
1919
/// storage remains the same.
2020
///
2121
/// If you change the storage layout in your storage struct you may introduce

0 commit comments

Comments
 (0)