We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764b87b commit 6bc4ba2Copy full SHA for 6bc4ba2
app/server/sonicpi/lib/sonicpi/lang/core.rb
@@ -741,7 +741,7 @@ def osc(path, *args)
741
osc \"/foo/bar\", 1, 3.89, \"baz\" # Send an OSC message with path \"/foo/bar\"
742
# and three arguments:
743
# 1) The whole number (integer) 1
744
- # 2) The fractional number (float) 3,89
+ # 2) The fractional number (float) 3.89
745
# 3) The string \"baz\"
746
",
747
@@ -751,7 +751,7 @@ def osc(path, *args)
751
752
753
754
755
756
757
0 commit comments