Skip to content

Commit 2c678fa

Browse files
authored
Merge pull request #2313 from CosmWasm/mergify/bp/release/2.1/pr-2297
Fix typos (backport #2297)
2 parents 78400fa + 5591ab0 commit 2c678fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/math/signed_decimal_256.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl SignedDecimal256 {
106106
/// Create a -1.0 SignedDecimal256
107107
#[inline]
108108
pub const fn negative_one() -> Self {
109-
// -DECIMAL_FRATIONAL
109+
// -DECIMAL_FRACTIONAL
110110
Self(Int256::from_i128(-1_000_000_000_000_000_000))
111111
}
112112

0 commit comments

Comments
 (0)