Skip to content

Commit 882ce02

Browse files
committed
split up comment over a couple lines
1 parent d8a0d7a commit 882ce02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/slack/web/api/helpers/files.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ module Files
2424
# @option options [string] :initial_comment
2525
# The message text introducing the file in specified channels.
2626
# @option options [string] :thread_ts
27-
# Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead. Also make sure to provide only one channel when using 'thread_ts'.
27+
# Provide another message's ts value to upload this file as a reply.
28+
# Never use a reply's ts value; use its parent instead.
29+
# Also make sure to provide only one channel when using 'thread_ts'.
2830
def files_upload_v2(options = {})
2931
%i[filename content channels].each do |param|
3032
raise ArgumentError, "Required argument :#{param} missing" if options[param].nil?

0 commit comments

Comments
 (0)