Skip to content

Commit ae59314

Browse files
committed
Correct typo in help
1 parent 69ba809 commit ae59314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spInner.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function c = spInner(varargin)
2-
%SPINNER Inner (scalar) product of two sparse array strucures.
2+
%SPINNER Inner (scalar) product of two sparse array structures.
33
% c = spInner(varargin): Inner (scalar) product of two full arrays, each
44
% represented as a sparse array structure or a full array. There are
55
% alternative definitions of 'inner product' for tensors/arrays. Here, it is

0 commit comments

Comments
 (0)