diff --git a/api.md b/api.md index 1c0f4ea..70137a1 100644 --- a/api.md +++ b/api.md @@ -314,7 +314,7 @@ void mclBnGT_div(mclBnGT *z, const mclBnGT *x, const mclBnGT *y); ``` - use `mclBnGT_invGeneric` for an element in Fp12 - GT. -- NOTE: The following functions does NOT return a GT element because GT is multiplicative group. +- NOTE: The following functions do NOT return a GT element because GT is multiplicative group. ``` void mclBnGT_neg(mclBnGT *y, const mclBnGT *x);