mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 15:53:08 +00:00
Typo
This commit is contained in:
parent
52651ae7a0
commit
aaf4011c2c
@ -172,7 +172,7 @@ pub const Fe = struct {
|
|||||||
return fe;
|
return fe;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Substract a field elememnt
|
/// Substract a field element
|
||||||
pub inline fn sub(a: Fe, b: Fe) Fe {
|
pub inline fn sub(a: Fe, b: Fe) Fe {
|
||||||
var fe = b;
|
var fe = b;
|
||||||
comptime var i = 0;
|
comptime var i = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user