Skip to content

Commit 6880708

Browse files
authored
Fixed typo.
1 parent d928b44 commit 6880708

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ List<Project> allProjects = projectPager.all();
141141

142142
---
143143
## Java 8 Stream Support
144-
As of GitLab4J-API 4.9.2, you can also fetch all the items a Java 8+ Stream instance using a Pager instance:
145-
144+
As of GitLab4J-API 4.9.2, you can also stream list based items in a Java 8 Stream using a Pager instance as follows:
146145
```java
147146
// Get a Pager instance to get a Stream<Project> instance.
148147
Pager<Project> projectPager = gitlabApi.getProjectsApi().getProjects(10);

0 commit comments

Comments
 (0)