Skip to content

Commit 3ec9501

Browse files
correct some docs
1 parent 99ad0e0 commit 3ec9501

File tree

1 file changed

+2
-2
lines changed
  • crates/starknet-types-core/src/qm31

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ impl fmt::Display for QM31Error {
3333
}
3434
}
3535

36-
/// Definition of a Quadruple Merseene 31 in its reduced form.
36+
/// Definition of a Quadruple Merseene 31.
3737
///
38-
/// The internal representation is composed of 4 coordinates, following a little-endian ordering.
38+
/// The internal representation is composed of 4 coordinates, following a big-endian ordering.
3939
/// Each coordinate can be represented by 36 bits.
4040
#[repr(transparent)]
4141
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]

0 commit comments

Comments
 (0)