Skip to content

Commit

Permalink
Small doc fixes (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Mar 13, 2021
1 parent 2c20abe commit 41e3cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ function idct end
"""
dct!(A [, dims])
Same as [`dct!`](@ref), except that it operates in-place on `A`, which must be an
Same as [`dct`](@ref), except that it operates in-place on `A`, which must be an
array of real or complex floating-point values.
"""
function dct! end

"""
idct!(A [, dims])
Same as [`idct!`](@ref), but operates in-place on `A`.
Same as [`idct`](@ref), but operates in-place on `A`.
"""
function idct! end

Expand Down

0 comments on commit 41e3cda

Please sign in to comment.