Skip to content

Commit 9c9bcfc

Browse files
committed
Fix signature
1 parent 510ef4c commit 9c9bcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/sig/whisper.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module Whisper
4949
| (Params, _Samples, ?Integer n_samples) -> self
5050
def full_parallel: (Params, Array[Float], ?Integer n_samples) -> self
5151
| (Params, _Samples, ?Integer n_samples) -> self
52-
| (Params, _Samples, ?Integer? n_samples, Integer n_processors) -> void
52+
| (Params, _Samples, ?Integer? n_samples, Integer n_processors) -> self
5353
end
5454

5555
class Params

0 commit comments

Comments
 (0)