Skip to content

Commit

Permalink
Clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Mar 27, 2023
1 parent 600933b commit 7c7662b
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 7c7662b

Please sign in to comment.