From 547bb5b72279e1a962c7aaa072ecbfb40bae3918 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 9 Jan 2023 11:06:34 +0100 Subject: [PATCH] typo --- 1.Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.Basics.md b/1.Basics.md index a88857b..daa3480 100644 --- a/1.Basics.md +++ b/1.Basics.md @@ -12,7 +12,7 @@ ```javascript // Hello world! -// This is comment +// This is a comment function setup() { createCanvas(400, 400);