Skip to content

Commit

Permalink
Documentation: modifier 'C' shall be 'final'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Nov 7, 2023
1 parent f151cda commit f7f4aa8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -26,9 +26,9 @@ is not utilized.
<blockquote><pre>
<strong>function</strong> mySurface
<strong>extends</strong> partialSurfaceCharacteristic(
<strong>final</strong> multiColoredSurface=false,
C=zeros(0,0,3));
...
<strong>final</strong> multiColoredSurface = false,
<strong>final</strong> C = zeros(0,0,3));
...
<strong>end</strong> mySurface;
</pre></blockquote>
</html>"));
Expand Down

0 comments on commit f7f4aa8

Please sign in to comment.