Skip to content

Commit 57dbfd5

Browse files
committed
Rubocop
1 parent 0ab28f7 commit 57dbfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/openai/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def self.to_json(string)
9494
end
9595

9696
# Given a proc, returns an outer proc that can be used to iterate over a JSON stream of chunks.
97-
# For each chunk, the inner user_proc is called giving it the JSON object. The JSON object could be a
98-
# data object or an error object as described in the OpenAI API documentation.
97+
# For each chunk, the inner user_proc is called giving it the JSON object. The JSON object could
98+
# be a data object or an error object as described in the OpenAI API documentation.
9999
#
100100
# If the JSON object for a given data or error message is invalid, it is ignored.
101101
#

0 commit comments

Comments
 (0)