Skip to content

Commit 7cc6098

Browse files
bertini97dkarrasch
authored andcommitted
Fixed typo in matmul.jl (#1492)
Sorry to open this for just one letter, but I have to look at it a lot. Cheers.
1 parent 3d737ec commit 7cc6098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matmul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ end
460460
throw(DimensionMismatch(
461461
LazyString(
462462
"incompatible destination size: ",
463-
lazy"the destination $strC of $size_or_len_str_C $C_size_len is incomatible with the product of a $strA of size $sizeA and a $strB of $size_or_len_str_B $B_size_len. ",
463+
lazy"the destination $strC of $size_or_len_str_C $C_size_len is incompatible with the product of a $strA of size $sizeA and a $strB of $size_or_len_str_B $B_size_len. ",
464464
lazy"The destination must be of $size_or_len_str_dest $destsize."
465465
)
466466
)

0 commit comments

Comments
 (0)