Skip to content

Commit 1da24bb

Browse files
m-kormannbeutlich
andcommitted
Change product to scalar product in documentation
Co-authored-by: Thomas Beutlich <[email protected]>
1 parent 9898d4b commit 1da24bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Blocks/Math.mo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ y = u1 * u2;
10061006
annotation (
10071007
Documentation(
10081008
info = "<html>
1009-
<p>This blocks computes the output <strong>y</strong> as <em>product</em> of the two input vectors <strong>u1</strong> and <strong>u2</strong>: </p>
1009+
<p>This blocks computes the output <strong>y</strong> as <em>scalar product</em> of the two input vectors <strong>u1</strong> and <strong>u2</strong>: </p>
10101010
<blockquote><pre>
10111011
y = u1 * u2;
10121012
</pre></blockquote>

0 commit comments

Comments
 (0)