Skip to content

Commit e270919

Browse files
authored
Remove more trailing spaces
1 parent 2c56652 commit e270919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/color/p5.Color.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import color_conversion from './color_conversion';
2424
* We also cache normalized, floating-point components of the color in various
2525
* representations as they are calculated. This is done to prevent repeating a
2626
* conversion that has already been performed.
27-
*
27+
*
2828
* <a href="#/p5/color">color()</a> is the recommended way to create an instance
29-
* of this class. However, one can also create a color instace from the constructor
29+
* of this class. However, one can also create a color instace from the constructor
3030
* using the parameters below.
3131
*
3232
* @class p5.Color

0 commit comments

Comments
 (0)