Skip to content

Commit c099210

Browse files
committed
#48: readme typo
1 parent 1bc6488 commit c099210

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ See [more](./src/main/java/io/github/dgroup/enumerable4j/Enumerable.java).
165165
```java
166166
/**
167167
* The collection which you implemented in your project for some purposes.
168-
* You would like to extend the api in order to make it much more
169168
*/
170169
public class YourOwnCollection<X> extends Collection<X> implements Enumerable<X> {
171170
//

0 commit comments

Comments
 (0)