Skip to content

Commit

Permalink
Merge pull request #1635 from mernst/documentation
Browse files Browse the repository at this point in the history
Clarify documentation
  • Loading branch information
bitwiseman authored Apr 14, 2023
2 parents 3181a35 + 7c7662b commit 70872aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/kohsuke/github/GHPullRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ public int getAdditions() throws IOException {
}

/**
* Gets commits.
* Gets the number of commits.
*
* @return the commits
* @return the number of commits
* @throws IOException
* the io exception
*/
Expand Down

0 comments on commit 70872aa

Please sign in to comment.