std.crypto.ff: fix typo in montgomery boolean documentation (#20624)

This commit is contained in:
bing 2024-07-14 21:34:02 +08:00 committed by GitHub
parent bd7b2cc4b4
commit 464537db62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,7 +305,7 @@ fn Fe_(comptime bits: comptime_int) type {
/// The element value as a `Uint`.
v: FeUint,
/// `true` is the element is in Montgomery form.
/// `true` if the element is in Montgomery form.
montgomery: bool = false,
/// The maximum number of bytes required to encode a field element.