From 0ae45af84af8cca0eeec1570f5fc668a90817ea0 Mon Sep 17 00:00:00 2001 From: Hashim Khan Date: Thu, 6 Aug 2026 00:20:47 +0500 Subject: [PATCH] Fix typo in frameCount reference description. Use "number of frames" instead of "number o frames". Fixes #698 --- 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"