diff --git a/numerical_methods/fast_fourier_transform.cpp b/numerical_methods/fast_fourier_transform.cpp index b2c27e416..e07ae7e24 100644 --- a/numerical_methods/fast_fourier_transform.cpp +++ b/numerical_methods/fast_fourier_transform.cpp @@ -65,8 +65,8 @@ std::complex* FastFourierTransform(std::complex*p,int n) /** * @brief Self-test implementations - *declaring two test cases and checking for the error - *in predicted and true value is less than 0.000000000001. + * declaring two test cases and checking for the error + * in predicted and true value is less than 0.000000000001. * @returns void */ static void test() {