Skip to content

Commit 3b36106

Browse files
authored
removed duplicates the the (#21366)
## Description crates/sui-framework-snapshot/tests/compatibility_tests.rs external-crates/move/tooling/tree-sitter/tests/sui.move `removed duplicate the the `
1 parent d55b03f commit 3b36106

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/sui-framework-snapshot/tests/compatibility_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mod compatibility_tests {
7171
);
7272
}
7373

74-
/// This test checks that the the `SinglePackage` entries in `manifest.json` match the metadata
74+
/// This test checks that the `SinglePackage` entries in `manifest.json` match the metadata
7575
/// in the `Move.toml` files in the repo.
7676
///
7777
/// Note that this test currently assumes that no framework packages will be removed or moved

external-crates/move/tooling/tree-sitter/tests/sui.move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module sui::sui {
1515
const ENotSystemAddress: u64 = 1;
1616

1717
#[allow(unused_const)]
18-
/// The amount of Mist per Sui token based on the the fact that mist is
18+
/// The amount of Mist per Sui token based on the fact that mist is
1919
/// 10^-9 of a Sui token
2020
const MIST_PER_SUI: u64 = 1_000_000_000;
2121

0 commit comments

Comments
 (0)