Skip to content

Commit

Permalink
chore: fix typos (#1371)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivo Kubjas <[email protected]>
  • Loading branch information
chloefeal and ivokub authored Dec 25, 2024
1 parent 0340da8 commit 50b00f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/math/bitslice/partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/consensys/gnark/std/rangecheck"
)

// Partition partitions v into two parts splitted at bit numbered split. The
// Partition partitions v into two parts split at bit numbered split. The
// following holds
//
// v = lower + 2^split * upper.
Expand Down

0 comments on commit 50b00f9

Please sign in to comment.