summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.lua
diff options
context:
space:
mode:
Diffstat (limited to 'parser/output/raylib_api.lua')
-rw-r--r--parser/output/raylib_api.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index f64e8eb0..1423e237 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -8021,7 +8021,7 @@ return {
},
{
name = "AttachAudioStreamProcessor",
- description = "Attach audio stream processor to stream, receives the samples as <float>s",
+ description = "Attach audio stream processor to stream, receives the samples as 'float'",
returnType = "void",
params = {
{type = "AudioStream", name = "stream"},
@@ -8039,7 +8039,7 @@ return {
},
{
name = "AttachAudioMixedProcessor",
- description = "Attach audio stream processor to the entire audio pipeline, receives the samples as <float>s",
+ description = "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'",
returnType = "void",
params = {
{type = "AudioCallback", name = "processor"}