From 6416f600623d4f6a1131aa7f74514cb8630d2f4d Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 1 Jun 2021 20:20:52 +0200 Subject: [PATCH] Updated raylib syntax analysis (markdown) --- raylib-syntax-analysis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raylib-syntax-analysis.md b/raylib-syntax-analysis.md index 428c13e..80e59e5 100644 --- a/raylib-syntax-analysis.md +++ b/raylib-syntax-analysis.md @@ -23,9 +23,9 @@ More specifically, every syntactic element implies: (); // Do an Action over some Object Attribute/State ``` -**Following this rule make the API comprehensive, intuitive, easy-to-remember and easy-to-use.** +**Following this rule 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 **3 groups**: 1. Functions following a common pattern 2. Functions operating over specific type of data