Skip to content

Commit 987c59d

Browse files
committed
update javadoc
1 parent 7eaeaf1 commit 987c59d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/io/github/benas/unixstream/UnixStream.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static <T> UnixStream<T> from(final Stream<T> stream) {
9797
}
9898

9999
/**
100-
* Create an UnixStream with file names of a the current directory.
100+
* Create an UnixStream with file names of the current directory.
101101
*
102102
* @return an UnixStream with file names of the current directory.
103103
* @throws IOException thrown if an error occurs during reading the current directory
@@ -154,7 +154,7 @@ static UnixStream<Path> find(final Path directory, final String pattern) {
154154
}
155155

156156
/**
157-
* Create a new UnixStream fro the given stream.
157+
* Create a new UnixStream from the given stream.
158158
*
159159
* @param stream the input stream
160160
* @param <T> the type of elements in the stream
@@ -313,7 +313,7 @@ static PrintWriter file(String filePath) throws IOException {
313313
/**
314314
* Reverse elements in the current stream.
315315
*
316-
* @return a new UnixStream
316+
* @return a new UnixStream with elements in reverse order
317317
*/
318318
UnixStream<T> reverse();
319319

0 commit comments

Comments
 (0)