Skip to content

Commit 4267ea4

Browse files
committed
fixing lint error
1 parent 3e1f2f8 commit 4267ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/error_helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* helpForMisusedAtTopLevelCode is called by this file on window load to check for use
1212
* of p5.js functions outside of setup() or draw()
1313
* Items 1-3 above are called by functions in the p5 library located in other files.
14-
*
14+
*
1515
* _friendlyFileLoadError is called by the loadX() methods.
1616
* _friendlyError can be called by any function to offer a helpful error message.
1717
*

0 commit comments

Comments
 (0)