Skip to content

Commit 84eeb35

Browse files
Update synthinfo.rb
Line 282 Grammar inconsistency Fix
1 parent 41aa873 commit 84eeb35

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)