File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,16 +74,16 @@ The following code fetches all the Pull Request Review comments made, given a si
7474You'll notice that it's incredibly similar to the example above. The difference
7575between this view and the Pull Request comment is the focus of the conversation.
7676A comment made on a Pull Request should be reserved for discussion or ideas on
77- the direction of the code. A comment made as part of a Pull Request review should
77+ the overall direction of the code. A comment made as part of a Pull Request review should
7878deal specifically with the way a particular change was implemented.
7979
8080## Commenting on commits
8181
82- The last type of comments occur specifically on single commits. For this reason,
82+ The last type of comments occur specifically on individual commits. For this reason,
8383they make use of [ the commit comment API] [ commit comment API ] .
8484
85- To retrieve the comments on a commit, you'd want to use the SHA1 of the commit,
86- as opposed to any identifier related to the Pull Request. Here's an example:
85+ To retrieve the comments on a commit, you'll want to use the SHA1 of the commit.
86+ (You won't use any identifier related to the Pull Request.) Here's an example:
8787
8888 require 'octokit'
8989
You can’t perform that action at this time.
0 commit comments