We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dece00 commit b093fe3Copy full SHA for b093fe3
sdk/pinocchio/src/sysvars/rent.rs
@@ -47,7 +47,7 @@ const F64_EXEMPTION_THRESHOLD_AS_U64: u64 = 4611686018427387904;
47
/// The `u64` representation of the deprecated exemption threshold.
48
///
49
/// This value is equivalent to `1f64`. It is only used to check whether
50
-/// the exmption threshold is the deprecated value to avoid performing
+/// the exemption threshold is the deprecated value to avoid performing
51
/// floating-point operations on-chain.
52
const F64_SIMD0194_EXEMPTION_THRESHOLD_AS_U64: u64 = 4607182418800017408;
53
0 commit comments