Skip to content

Commit

Permalink
Merge pull request #2314 from CosmWasm/mergify/bp/release/2.0/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 c6b71ed + da2f552 commit 32430dc
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 @@ -108,7 +108,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 32430dc

Please sign in to comment.