Skip to content

Commit 6bc4ba2

Browse files
authored
change , to . in two floats
1 parent 764b87b commit 6bc4ba2

File tree

1 file changed

+2
-2
lines changed
  • app/server/sonicpi/lib/sonicpi/lang

1 file changed

+2
-2
lines changed

app/server/sonicpi/lib/sonicpi/lang/core.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def osc(path, *args)
741741
osc \"/foo/bar\", 1, 3.89, \"baz\" # Send an OSC message with path \"/foo/bar\"
742742
# and three arguments:
743743
# 1) The whole number (integer) 1
744-
# 2) The fractional number (float) 3,89
744+
# 2) The fractional number (float) 3.89
745745
# 3) The string \"baz\"
746746
",
747747

@@ -751,7 +751,7 @@ def osc(path, *args)
751751
osc \"/foo/bar\", 1, 3.89, \"baz\" # Send an OSC message with path \"/foo/bar\"
752752
# and three arguments:
753753
# 1) The whole number (integer) 1
754-
# 2) The fractional number (float) 3,89
754+
# 2) The fractional number (float) 3.89
755755
# 3) The string \"baz\"
756756
",
757757

0 commit comments

Comments
 (0)