From e27b9d314c4110f0fb66433f6f2dfe27f5c3dbe3 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 1 Jun 2021 20:11:26 +0200 Subject: [PATCH] Updated raylib syntax analysis (markdown) --- 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 0b583e5..37e144e 100644 --- a/raylib-syntax-analysis.md +++ b/raylib-syntax-analysis.md @@ -33,7 +33,7 @@ Checking the available functions with more detail, they can be divided into **3 ### 1. Functions following a common pattern -Most of the functions of the library go into this first group **(359 funtions)**, there are some common `` that prepend the name of most of the functions: +Most of the functions of the library go into this first group **(359 functions)**, there is some common `` that prepends the name of most of the functions: pattern | function format | API count | examples :--: | :----- | :---: | :----------