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 4f57322 commit eb7160fCopy full SHA for eb7160f
sdk/pinocchio/src/sysvars/rent.rs
@@ -48,7 +48,7 @@ const F64_EXEMPTION_THRESHOLD_AS_U64: u64 = 4611686018427387904;
48
/// The `u64` representation of the deprecated exemption threshold.
49
///
50
/// This value is equivalent to `1f64`. It is only used to check whether
51
-/// the exmption threshold is the deprecated value to avoid performing
+/// the exemption threshold is the deprecated value to avoid performing
52
/// floating-point operations on-chain.
53
const F64_SIMD0194_EXEMPTION_THRESHOLD_AS_U64: u64 = 4607182418800017408;
54
0 commit comments