Skip to content

Commit

Permalink
Fix typo Update api.go (Consensys#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored and ivokub committed Dec 25, 2024
1 parent 1900f20 commit c85c168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type API interface {
// doing:
//
// acopy := api.Mul(a, 1)
// acopy = MulAcc(acopy, b, c)
// acopy = api.MulAcc(acopy, b, c)
//
// ! But it may not modify a, always use MulAcc(...) result for correctness.
MulAcc(a, b, c Variable) Variable
Expand Down

0 comments on commit c85c168

Please sign in to comment.