Skip to content

Commit 99da7a5

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 8152331 commit 99da7a5

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
@@ -465,7 +465,7 @@ end
465465
throw(DimensionMismatch(
466466
LazyString(
467467
"incompatible destination size: ",
468-
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. ",
468+
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. ",
469469
lazy"The destination must be of $size_or_len_str_dest $destsize."
470470
)
471471
)

0 commit comments

Comments
 (0)