Skip to content

Commit a0dcc29

Browse files
committed
Tweak docstring
1 parent 1078e0b commit a0dcc29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TestUtils.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ prior to calling this function.
2020
# Arguments
2121
2222
- `array_constructor`: determines the `AbstractArray` implementation for
23-
which the correctness tests are run. It is assumed to be a callable object that
24-
takes in input arrays of type `Array` and return arrays of the desired type for
25-
testing: this would most commonly be a constructor such as `Array` or `CuArray`.
23+
which the correctness tests are run. It is assumed to be a callable object that
24+
takes in input arrays of type `Array` and return arrays of the desired type for
25+
testing. For example, this can be a constructor such as `Array` or `CUDA.CuArray`.
2626
- `test_real=true`: whether to test real-to-complex and complex-to-real FFTs.
2727
- `test_inplace=true`: whether to test in-place plans.
2828
"""

0 commit comments

Comments
 (0)