Skip to content

Commit

Permalink
Merge pull request #2315 from CosmWasm/mergify/bp/release/1.5/pr-2297
Browse files Browse the repository at this point in the history
Fix typos (backport #2297)
  • Loading branch information
chipshort authored Dec 16, 2024
2 parents d124ce3 + d6e5daa commit 40c0c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/math/signed_decimal_256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl SignedDecimal256 {
/// Create a -1.0 SignedDecimal256
#[inline]
pub const fn negative_one() -> Self {
// -DECIMAL_FRATIONAL
// -DECIMAL_FRACTIONAL
Self(Int256::from_i128(-1_000_000_000_000_000_000))
}

Expand Down

0 comments on commit 40c0c0d

Please sign in to comment.