Skip to content

Commit 7d193c3

Browse files
authored
Merge pull request #5672 from idodana/patch-1
Fix typo
2 parents 1d406fc + 5494dcf commit 7d193c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ p5.instance = null;
696696
*
697697
* Note that this will disable the parts of the FES that cause performance
698698
* slowdown (like argument checking). Friendly errors that have no performance
699-
* cost (like giving an descriptive error if a file load fails, or warning you
699+
* cost (like giving a descriptive error if a file load fails, or warning you
700700
* if you try to override p5.js functions in the global space),
701701
* will remain in place.
702702
*

0 commit comments

Comments
 (0)