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 :--: | :----- | :---: | :----------