Skip to content

Commit 3a9291d

Browse files
simonbyrnec42f
authored andcommitted
add undef tags to docs for MMatrix and MVector
1 parent 3bc605f commit 3a9291d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MMatrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
MMatrix{S1, S2, T, L}()
2+
MMatrix{S1, S2, T, L}(undef)
33
MMatrix{S1, S2, T, L}(x::NTuple{L, T})
44
MMatrix{S1, S2, T, L}(x1, x2, x3, ...)
55

src/MVector.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
MVector{S,T}()
2+
MVector{S,T}(undef)
33
MVector{S,T}(x::NTuple{S, T})
44
MVector{S,T}(x1, x2, x3, ...)
55

0 commit comments

Comments
 (0)