Commit 29375a26 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed typo in CommitsApi sample.

parent 81c8d18b
......@@ -59,7 +59,7 @@ UserApi
CommitsApi:
```java
// Get a list of commits associated with the specified branch
List<Commit> commits = gitLabApi.getgetCommitsApi().getCommits(1234, "new-feature");
List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature");
```
GroupApi:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment