mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.crypto.ff: fix typo in montgomery boolean documentation (#20624)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user