Skip to content

Commit 004dff5

Browse files
committed
Fix return value type.
1 parent ad0caae commit 004dff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/http/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def accept(peer, address, task: Task.current)
6464
connection&.close
6565
end
6666

67-
# @returns [Array(Async::Task)] The task that is running the server.
67+
# @returns [Async::Task] The task that is running the server.
6868
def run
6969
Async do |task|
7070
@endpoint.accept(&self.method(:accept))

0 commit comments

Comments
 (0)