aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applause.lua2
1 files changed, 1 insertions, 1 deletions
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