From 5494dcf0c7068712d6ebea7e06e212a296e7cc28 Mon Sep 17 00:00:00 2001 From: Ido Dana Date: Sun, 8 May 2022 17:07:35 +0300 Subject: [PATCH] Fix typo --- src/core/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/main.js b/src/core/main.js index 739566bd8f..ef9fed4e4c 100644 --- a/src/core/main.js +++ b/src/core/main.js @@ -696,7 +696,7 @@ p5.instance = null; * * Note that this will disable the parts of the FES that cause performance * slowdown (like argument checking). Friendly errors that have no performance - * cost (like giving an descriptive error if a file load fails, or warning you + * cost (like giving a descriptive error if a file load fails, or warning you * if you try to override p5.js functions in the global space), * will remain in place. *