Skip to content

Commit

Permalink
Merge pull request #804 from kei-s/fix_example
Browse files Browse the repository at this point in the history
[ci skip] Fix parameters in example #create_pull_request_comment_reply
  • Loading branch information
joeyw committed Oct 16, 2016
2 parents c1e6609 + 1cead51 commit 7f94e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octokit/client/pull_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def create_pull_request_comment(repo, pull_id, body, commit_id, path, position,
# @return [Sawyer::Resource] Hash representing new comment
# @see https://developer.github.com/v3/pulls/comments/#create-a-comment
# @example
# @client.create_pull_request_comment_reply("octokit/octokit.rb", 1903950, "done.")
# @client.create_pull_request_comment_reply("octokit/octokit.rb", 163, "done.", 1903950)
def create_pull_request_comment_reply(repo, pull_id, body, comment_id, options = {})
options.merge!({
:body => body,
Expand Down

0 comments on commit 7f94e45

Please sign in to comment.