File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -448,17 +448,17 @@ mod tests {
448448 } ;
449449 let target = Target :: new ( triple, wasmer:: CpuFeature :: POPCNT . into ( ) ) ;
450450 let p = modules_path ( & base, 17 , & target) ;
451- let descriminator = raw_module_version_discriminator ( ) ;
451+ let discriminator = raw_module_version_discriminator ( ) ;
452452
453453 assert_eq ! (
454454 p. as_os_str( ) ,
455455 if cfg!( windows) {
456456 format!(
457- "modules\\ {descriminator }-wasmer17\\ x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
457+ "modules\\ {discriminator }-wasmer17\\ x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
458458 )
459459 } else {
460460 format!(
461- "modules/{descriminator }-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
461+ "modules/{discriminator }-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
462462 )
463463 }
464464 . as_str( )
You can’t perform that action at this time.
0 commit comments