Skip to content

Commit f3ee189

Browse files
authored
Merge pull request #2884 from saravananselvamohan/main
Update synthinfo.rb
2 parents 9181825 + 84eeb35 commit f3ee189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/synths/synthinfo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def v_buffer_like(arg)
279279
a[1].is_a?(Numeric)
280280
))
281281
end
282-
[l, "must be a buffer description. Such as a buffer, :foo, \"foo\", or [:foo, 4]"]
282+
[l, "must be a buffer description, such as a buffer, :foo, \"foo\", or [:foo, 4]"]
283283
end
284284

285285
def v_sum_less_than_oet(arg1, arg2, max)

0 commit comments

Comments
 (0)