Skip to content

Commit db9913b

Browse files
committed
Fix typos
1 parent 5a8cf7d commit db9913b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/xfft.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ xfft
66

77
Defined in ``xtensor/xfft.hpp``
88

9-
.. doxygenclass:: xt::fft_convolve
9+
.. doxygenclass:: xt::fft::convolve
1010
:project: xtensor
1111
:members:
1212

13-
.. doxygentypedef:: xt::fft
13+
.. doxygentypedef:: xt::fft::fft
1414
:project: xtensor
1515

16-
.. doxygentypedef:: xt::ifft
16+
.. doxygentypedef:: xt::fft::ifft
1717
:project: xtensor

include/xtensor/xfft.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ namespace xt
153153
}
154154

155155
/**
156-
* @breif 1D FFT of an Nd array along a specified axis
156+
* @brief 1D FFT of an Nd array along a specified axis
157157
* @param e an Nd expression to be transformed to the fourier domain
158158
* @param axis the axis along which to perform the 1D FFT
159159
* @return a transformed xarray of the specified precision

0 commit comments

Comments
 (0)