Skip to content

Commit f0751f4

Browse files
fix typo
1 parent 7a64646 commit f0751f4

File tree

1 file changed

+1
-1
lines changed
  • crates/starknet-types-core/src/felt

1 file changed

+1
-1
lines changed

crates/starknet-types-core/src/felt/qm31.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl QM31Felt {
3838
self.0
3939
}
4040

41-
/// Create a [QM31Felt] from the raw internal representation. Reduces four u64 coordinates so that the fit in 144 bits.
41+
/// Create a [QM31Felt] from the raw internal representation. Reduces four u64 coordinates so that they fit in 144 bits.
4242
pub fn from_raw(coordinates: [u64; 4]) -> QM31Felt {
4343
Self([
4444
coordinates[0] % STWO_PRIME,

0 commit comments

Comments
 (0)