Skip to content

Commit 70872aa

Browse files
authored
Merge pull request #1635 from mernst/documentation
Clarify documentation
2 parents 3181a35 + 7c7662b commit 70872aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/kohsuke/github/GHPullRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ public int getAdditions() throws IOException {
242242
}
243243

244244
/**
245-
* Gets commits.
245+
* Gets the number of commits.
246246
*
247-
* @return the commits
247+
* @return the number of commits
248248
* @throws IOException
249249
* the io exception
250250
*/

0 commit comments

Comments
 (0)