We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238b28 commit e9ce6edCopy full SHA for e9ce6ed
1 file changed
lib/github_api/client/issues/comments.rb
@@ -80,7 +80,7 @@ def get(*args)
80
# github.issues.comments.create
81
# user: 'owner-name',
82
# repo: 'repo-name',
83
- # number: 'comment-number',
+ # number: 'issue-number',
84
# body: 'a new comment body'
85
#
86
# @api public
0 commit comments