Skip to content

Commit 176c1de

Browse files
fix doc comment
1 parent f0fea9f commit 176c1de

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
@@ -35,7 +35,7 @@ impl fmt::Display for QM31Error {
3535
pub struct QM31Felt(pub(crate) FieldElement<Stark252PrimeField>);
3636

3737
impl QM31Felt {
38-
/// [Felt] constant that's equal to 0.
38+
/// [QM31Felt] constant that's equal to 0.
3939
pub const ZERO: Self = Self(FieldElement::<Stark252PrimeField>::from_hex_unchecked("0"));
4040

4141
/// Reads four u64 coordinates from a single Felt. STWO_PRIME fits in 36 bits, hence each coordinate

0 commit comments

Comments
 (0)