Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Jan 7, 2021
1 parent 9ff973c commit bc76a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly/src/domain/radix2/fft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum FFTOrder {
II,
/// The input of the FFT must be in-order, but the output does not have to be.
IO,
/// The input of the FFT can be out of order, but the input must be in-order.
/// The input of the FFT can be out of order, but the output must be in-order.
OI,
}

Expand Down

0 comments on commit bc76a8a

Please sign in to comment.