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