diff --git a/lib/std/crypto/ff.zig b/lib/std/crypto/ff.zig index 10c4402a4fb619285e87e9de030f6d2cbff10931..95698783bdda84e9e7513a1fb1d27662ad50ea71 100644 --- a/lib/std/crypto/ff.zig +++ b/lib/std/crypto/ff.zig @@ -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.