We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475d901 commit 0efb679Copy full SHA for 0efb679
buffer/src/main/java/io/netty/buffer/ByteBuf.java
@@ -96,7 +96,7 @@
96
* <h4>Writable bytes</h4>
97
*
98
* 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
+ * whose name starts with {@code write} will write the data at the current
100
* {@link #writerIndex() writerIndex} and increase it by the number of written
101
* bytes. If the argument of the write operation is also a {@link ByteBuf},
102
* and no source index is specified, the specified buffer's
0 commit comments