Skip to content

Commit

Permalink
Fix inaccuracy in slice javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Aug 4, 2023
1 parent 94cc9b5 commit d772f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eolib/src/main/java/dev/cirras/data/EoReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public EoReader slice(int index) {
* Creates a new {@code EoReader} whose input data is a shared subsequence of this reader's data.
*
* <p>The input data of the new reader will start at position {@code index} in this reader and
* contain all remaining data. The two reader's position and chunked reading mode will be
* contain up to {@code length} bytes. The two reader's position and chunked reading mode will be
* independent.
*
* <p>The new reader's position will be zero, and its chunked reading mode will be false.
Expand Down

0 comments on commit d772f96

Please sign in to comment.