Skip to content

Commit 41e3cda

Browse files
Small doc fixes (#184)
1 parent 2c20abe commit 41e3cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dct.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ function idct end
6363
"""
6464
dct!(A [, dims])
6565
66-
Same as [`dct!`](@ref), except that it operates in-place on `A`, which must be an
66+
Same as [`dct`](@ref), except that it operates in-place on `A`, which must be an
6767
array of real or complex floating-point values.
6868
"""
6969
function dct! end
7070

7171
"""
7272
idct!(A [, dims])
7373
74-
Same as [`idct!`](@ref), but operates in-place on `A`.
74+
Same as [`idct`](@ref), but operates in-place on `A`.
7575
"""
7676
function idct! end
7777

0 commit comments

Comments
 (0)