Skip to content

Commit 32430dc

Browse files
authored
Merge pull request #2314 from CosmWasm/mergify/bp/release/2.0/pr-2297
Fix typos (backport #2297)
2 parents c6b71ed + da2f552 commit 32430dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/math/signed_decimal_256.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl SignedDecimal256 {
108108
/// Create a -1.0 SignedDecimal256
109109
#[inline]
110110
pub const fn negative_one() -> Self {
111-
// -DECIMAL_FRATIONAL
111+
// -DECIMAL_FRACTIONAL
112112
Self(Int256::from_i128(-1_000_000_000_000_000_000))
113113
}
114114

0 commit comments

Comments
 (0)