Skip to content

Commit e50d37f

Browse files
theogfwilltebbutt
andauthored
Update src/utils.jl
Co-Authored-By: willtebbutt <[email protected]>
1 parent 6e31b44 commit e50d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Base.getindex(D::ColVecs, i) = ColVecs(view(D.X, :, i))
4343
RowVecs(X::AbstractMatrix)
4444
4545
A lightweight wrapper for an `AbstractMatrix` to make it behave like a vector of vectors.
46-
Each vector represents a colum of the matrix
46+
Each vector represents a row of the matrix
4747
"""
4848
struct RowVecs{T, TX<:AbstractMatrix{T}, S} <: AbstractVector{S} # VecOfVecs{T, TX, S}
4949
X::TX

0 commit comments

Comments
 (0)