Skip to content

Commit a13fdf9

Browse files
committed
Fixed the comment.
1 parent 995fa06 commit a13fdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/basic_ethereum/basic_ethereum.did

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type InitArg = record {
99
type EthereumNetwork = variant {
1010
// The public Ethereum mainnet.
1111
Mainnet;
12-
// The public Sepolia testnet.
12+
// The public Ethereum Sepolia testnet.
1313
Sepolia;
1414
};
1515

0 commit comments

Comments
 (0)