Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvella committed Nov 21, 2024
1 parent 6a475ce commit d20ac5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ impl p3_symmetric::Permutation<[Goldilocks; 8]> for Permutation {
// canonical representation internally, so it is safe to cast between their
// array's references.
//
// TODO: We a relying on implementation detail. So, ideally, we should
// TODO: We are relying on implementation detail. So, ideally, we should
// static assert that std::mem::transmute(Goldilocks::one()) == 1u64.

fn permute(&self, input: [Goldilocks; 8]) -> [Goldilocks; 8] {
Expand Down

0 comments on commit d20ac5b

Please sign in to comment.