Skip to content

Commit de8cf21

Browse files
authored
fixes #831 (#1027)
1 parent cccc2ac commit de8cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/chapter2/section2/subsection3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ function matrix_times_vector(m, v) {
14511451
function transpose(mat) {
14521452
return accumulate_n(<METAPHRASE>??</METAPHRASE>, <METAPHRASE>??</METAPHRASE>, mat);
14531453
}
1454-
function matrix_times_matrix(n, m) {
1454+
function matrix_times_matrix(m, n) {
14551455
const cols = transpose(n);
14561456
return map(<METAPHRASE>??</METAPHRASE>, m);
14571457
}

0 commit comments

Comments
 (0)