Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns committed Apr 26, 2024
1 parent 5a8cf7d commit db9913b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/xfft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ xfft

Defined in ``xtensor/xfft.hpp``

.. doxygenclass:: xt::fft_convolve
.. doxygenclass:: xt::fft::convolve
:project: xtensor
:members:

.. doxygentypedef:: xt::fft
.. doxygentypedef:: xt::fft::fft
:project: xtensor

.. doxygentypedef:: xt::ifft
.. doxygentypedef:: xt::fft::ifft
:project: xtensor
2 changes: 1 addition & 1 deletion include/xtensor/xfft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace xt
}

/**
* @breif 1D FFT of an Nd array along a specified axis
* @brief 1D FFT of an Nd array along a specified axis
* @param e an Nd expression to be transformed to the fourier domain
* @param axis the axis along which to perform the 1D FFT
* @return a transformed xarray of the specified precision
Expand Down

0 comments on commit db9913b

Please sign in to comment.