From ec0bef30693990234a69f46432b0883ee501e828 Mon Sep 17 00:00:00 2001 From: Sergey Polovko Date: Mon, 28 Dec 2015 04:57:08 +0300 Subject: [PATCH] replace ends -> starts --- buffer/src/main/java/io/netty/buffer/ByteBuf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer/src/main/java/io/netty/buffer/ByteBuf.java b/buffer/src/main/java/io/netty/buffer/ByteBuf.java index 43e49fc087..850190dc2f 100644 --- a/buffer/src/main/java/io/netty/buffer/ByteBuf.java +++ b/buffer/src/main/java/io/netty/buffer/ByteBuf.java @@ -95,7 +95,7 @@ import java.nio.charset.UnsupportedCharsetException; *

Writable bytes

* * This segment is a undefined space which needs to be filled. Any operation - * 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 * {@link #writerIndex() writerIndex} and increase it by the number of written * bytes. If the argument of the write operation is also a {@link ByteBuf}, * and no source index is specified, the specified buffer's