From ae7c58e5b975b256c6b9ac7651d999b369a4567a Mon Sep 17 00:00:00 2001 From: cladxv <67289908+RobertFlexx@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:08:28 -0700 Subject: [PATCH] Fix typo in 'Utility Wrapers' heading (#6017) --- BINDINGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINDINGS.md b/BINDINGS.md index 624ec8155..cbb735a83 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -110,7 +110,7 @@ Some people ported raylib to other languages in the form of bindings or wrappers | [gclang-raylib](https://github.com/gnuchanos/gcLang_Compiler/tree/main/windows_version/raylib_version)| **6.0** | [gclang](https://github.com/gnuchanos/gcLang_Compiler) | AGPL-3.0 | -### Utility Wrapers +### Utility Wrappers These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's paradigm. | Name | raylib Version | Language | License |