From 3e1e928afb85b1d6465c3674db5606c8a7f281b8 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Fri, 8 Sep 2023 21:49:12 +0200 Subject: [PATCH] Fix documentation --- src/documentation/inlineHelp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/inlineHelp.ts b/src/documentation/inlineHelp.ts index 3afcefe..2197311 100644 --- a/src/documentation/inlineHelp.ts +++ b/src/documentation/inlineHelp.ts @@ -351,7 +351,7 @@ const completionDatabase: CompletionDatabase = { name: "binrhythm", category: "rhythm", description: "Binary rhythm generator", - example: "binrhythm(9223) :: sound('cp').out()", + example: "binrhythm(.5, 9223) :: sound('cp').out()", }, prob: { name: "prob",