From c238033fa15ed1e48824c7d2448fb30297c88ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wellers=C3=B8n=20Alves?= Date: Tue, 3 Dec 2024 22:50:27 -0300 Subject: [PATCH] Change 3 to 6 groups of available functions --- raylib-syntax-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-syntax-analysis.md b/raylib-syntax-analysis.md index 634fe0f..8d17d93 100644 --- a/raylib-syntax-analysis.md +++ b/raylib-syntax-analysis.md @@ -25,7 +25,7 @@ More specifically, every syntactic element implies: **Following this syntactic structure is what make the API comprehensive, intuitive, easy-to-remember and easy-to-use.** -Checking the available **functions** with more detail, they can be divided into **3 groups**: +Checking the available **functions** with more detail, they can be divided into **6 groups**: - 1.1. Functions following a common pattern - 1.2. Functions operating over specific type of data