Skip to content

Commit 059b2bc

Browse files
committed
Wordsmithing
1 parent f67d9dc commit 059b2bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/guides/working-with-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ The following code fetches all the Pull Request Review comments made, given a si
7474
You'll notice that it's incredibly similar to the example above. The difference
7575
between this view and the Pull Request comment is the focus of the conversation.
7676
A 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
7878
deal 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,
8383
they 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

0 commit comments

Comments
 (0)