Commit 464537db62

bing <eightfilms@keemail.me>
2024-07-14 15:34:02
std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)
1 parent bd7b2cc
Changed files (1)
lib
std
crypto
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.