Skip to content

Commit

Permalink
Update src/transformations.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: Milan Bouchet-Valat <[email protected]>
  • Loading branch information
yuehhua and nalimilan authored Jun 17, 2019
1 parent 4c4d206 commit a98099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
"""
transform(t::AbstractDataTransform, x; dims=nothing)
Return a standardized vector or matrix `x` using `t` transformation along the dims.
Return a standardized vector or matrix `x` using `t` transformation along dimension `dims`.
"""
function transform(t::AbstractDataTransform, x::AbstractVecOrMat{<:Real}; dims::Union{Integer,Nothing}=nothing)
if dims == 1
Expand Down

0 comments on commit a98099c

Please sign in to comment.