Skip to content

Commit d17243d

Browse files
authored
Correct typo in help
1 parent 332cf52 commit d17243d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spShift.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
% When 'shifts' is a row vector, all entries of the array are shifted by the
1010
% amounts specified in 'shifts': the nth entry of 'shifts' is the shift for
1111
% the nth dimension of the N-dimensional array. When 'shifts' is a matrix,
12-
% its mth row gives the N-diensional shift for the mth nonzero element of the
12+
% its mth row gives the N-dimensional shift for the mth nonzero element of the
1313
% full array (i.e., the mth entry of sparse array structure's 'Ind' and 'Val'
1414
% fields).
1515
%
@@ -103,4 +103,4 @@
103103
spC = spSum(spC,nDimA);
104104
else
105105

106-
end
106+
end

0 commit comments

Comments
 (0)