Skip to content

Commit 464537d

Browse files
std.crypto.ff: fix typo in montgomery boolean documentation (#20624)
1 parent bd7b2cc commit 464537d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/crypto/ff.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fn Fe_(comptime bits: comptime_int) type {
305305
/// The element value as a `Uint`.
306306
v: FeUint,
307307

308-
/// `true` is the element is in Montgomery form.
308+
/// `true` if the element is in Montgomery form.
309309
montgomery: bool = false,
310310

311311
/// The maximum number of bytes required to encode a field element.

0 commit comments

Comments
 (0)