Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Ferris committed Aug 29, 2017
1 parent 3896da4 commit bd378c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/linalg/conjarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ IndexStyle(::Type{CA}) where {CA<:ConjArray} = IndexStyle(parent_type(CA))
AdjointArray(array)
A lazy-view wrapper of an `AbstractArray`, taking the elementwise adjoint. This
type is usually constructed (and unwrapped) via the [`adjoint`](@ref) function, but
currently this is the default behavior for `RowVector` only. For other arrays, the
type is usually constructed (and unwrapped) via the [`adjoint`](@ref) function, but
currently this is the default behavior for `RowVector` only. For other arrays, the
`AdjointArray` constructor can be used directly.
# Examples
Expand Down

0 comments on commit bd378c0

Please sign in to comment.