Typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user