diff --git a/tools/rlparser/output/raylib_api.json b/tools/rlparser/output/raylib_api.json
index f1d4c1af3..c603aad12 100644
--- a/tools/rlparser/output/raylib_api.json
+++ b/tools/rlparser/output/raylib_api.json
@@ -2220,7 +2220,7 @@
{
"name": "GAMEPAD_BUTTON_UNKNOWN",
"value": 0,
- "description": "Unknown button, just for error checking"
+ "description": "Unknown button, for error checking"
},
{
"name": "GAMEPAD_BUTTON_LEFT_FACE_UP",
@@ -2792,7 +2792,7 @@
{
"name": "TEXTURE_FILTER_POINT",
"value": 0,
- "description": "No filter, just pixel approximation"
+ "description": "No filter, pixel approximation"
},
{
"name": "TEXTURE_FILTER_BILINEAR",
diff --git a/tools/rlparser/output/raylib_api.lua b/tools/rlparser/output/raylib_api.lua
index 9a65ccd2e..6bf7cab92 100644
--- a/tools/rlparser/output/raylib_api.lua
+++ b/tools/rlparser/output/raylib_api.lua
@@ -2220,7 +2220,7 @@ return {
{
name = "GAMEPAD_BUTTON_UNKNOWN",
value = 0,
- description = "Unknown button, just for error checking"
+ description = "Unknown button, for error checking"
},
{
name = "GAMEPAD_BUTTON_LEFT_FACE_UP",
@@ -2792,7 +2792,7 @@ return {
{
name = "TEXTURE_FILTER_POINT",
value = 0,
- description = "No filter, just pixel approximation"
+ description = "No filter, pixel approximation"
},
{
name = "TEXTURE_FILTER_BILINEAR",
diff --git a/tools/rlparser/output/raylib_api.xml b/tools/rlparser/output/raylib_api.xml
index be09bbd02..8b3e384a3 100644
--- a/tools/rlparser/output/raylib_api.xml
+++ b/tools/rlparser/output/raylib_api.xml
@@ -470,7 +470,7 @@
-
+
@@ -590,7 +590,7 @@
-
+