Skip to content

Commit 93bc2ff

Browse files
authored
Merge pull request piotrmurach#275 from oneamtu/patch-1
Update create issue comment comment to be less confusing
2 parents 6238b28 + e9ce6ed commit 93bc2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github_api/client/issues/comments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get(*args)
8080
# github.issues.comments.create
8181
# user: 'owner-name',
8282
# repo: 'repo-name',
83-
# number: 'comment-number',
83+
# number: 'issue-number',
8484
# body: 'a new comment body'
8585
#
8686
# @api public

0 commit comments

Comments
 (0)