Skip to content

Commit c1d925d

Browse files
m-kormannbeutlich
andcommitted
Fix typo in VectorProduct documentation
Co-authored-by: Thomas Beutlich <[email protected]>
1 parent 78743f9 commit c1d925d

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
@@ -1010,7 +1010,7 @@ y = u1 * u2;
10101010
<blockquote><pre>
10111011
y = u1 * u2;
10121012
</pre></blockquote>
1013-
<p>As example, for three-dimentional input vectors the equation would be: </p>
1013+
<p>As example, for three-dimensional input vectors the equation would be: </p>
10141014
<blockquote><pre>
10151015
y = u1[1]*u2[1] + u1[2]*u2[2] + u1[3]*u2[3];
10161016
</pre></blockquote>

0 commit comments

Comments
 (0)