From b63a8ec0ac0da5313fdd04ff2b2cf92fa4a03d08 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 11 Sep 2026 17:49:31 +0000 Subject: [PATCH] Fix typo in frameCount reference description Co-authored-by: Sharad. --- content/references/translations/en/processing/frameCount.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/translations/en/processing/frameCount.json b/content/references/translations/en/processing/frameCount.json index f6b917bd..8144771c 100644 --- a/content/references/translations/en/processing/frameCount.json +++ b/content/references/translations/en/processing/frameCount.json @@ -2,7 +2,7 @@ "brief": "The system variable that contains the number of frames\n displayed since the program started", "related": ["frameRate_", "frameRate"], "name": "frameCount", - "description": "The system variable frameCount contains the number o\n frames displayed since the program started. Inside setup()\n the value is 0 and during the first iteration of draw it is 1, etc.", + "description": "The system variable frameCount contains the number of\n frames displayed since the program started. Inside setup()\n the value is 0 and during the first iteration of draw it is 1, etc.", "category": "environment", "subcategory": "", "type": "other"