Fix typo in document

This commit is contained in:
LIU Qingyuan 2020-09-27 13:41:36 +08:00 committed by GitHub
parent b2e0e600e5
commit 4e4a738a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ class kissfft
/// of size @c 2*N. /// of size @c 2*N.
/// ///
/// The 0-th and N-th value of the DFT are real numbers. These are /// The 0-th and N-th value of the DFT are real numbers. These are
/// stored in @c dst[0].real() and @c dst[1].imag() respectively. /// stored in @c dst[0].real() and @c dst[0].imag() respectively.
/// The remaining DFT values up to the index N-1 are stored in /// The remaining DFT values up to the index N-1 are stored in
/// @c dst[1] to @c dst[N-1]. /// @c dst[1] to @c dst[N-1].
/// The other half of the DFT values can be calculated from the /// The other half of the DFT values can be calculated from the