Skip to content

Commit 0efb679

Browse files
Sergey Polovkonormanmaurer
authored andcommitted
replace ends -> starts
1 parent 475d901 commit 0efb679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buffer/src/main/java/io/netty/buffer/ByteBuf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
* <h4>Writable bytes</h4>
9797
*
9898
* This segment is a undefined space which needs to be filled. Any operation
99-
* whose name ends with {@code write} will write the data at the current
99+
* whose name starts with {@code write} will write the data at the current
100100
* {@link #writerIndex() writerIndex} and increase it by the number of written
101101
* bytes. If the argument of the write operation is also a {@link ByteBuf},
102102
* and no source index is specified, the specified buffer's

0 commit comments

Comments
 (0)