From aaea41b1e71561eff74cb8d7515cf72679734a1b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 14 Apr 2024 01:01:04 +0300 Subject: minor documentation fix --- applause.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applause.lua b/applause.lua index 5d1ba5a..bfc5979 100644 --- a/applause.lua +++ b/applause.lua @@ -2436,7 +2436,7 @@ end -- @param v Value to convert. -- @treturn Stream -- @usage tostream(440):SinOsc():play() --- @usage tostream{"A4", "B4", "C4"}:mtof() +-- @usage tostream{"A4", "B4", "C4"}:ntof() function tostream(v) if type(v) == "table" then if v.is_a_stream then return v end -- cgit v1.2.3