Commit 31d6b4e3 authored by Adrián Nieto Rodríguez's avatar Adrián Nieto Rodríguez Committed by Paul Yang

Fix Javadoc typo (#5280)

parent 565c26e7
......@@ -211,7 +211,7 @@ public interface Parser<MessageType> {
throws InvalidProtocolBufferException;
/**
* Like {@link #parseFrom(InputStream)}, but does not read util EOF. Instead, the size of message
* Like {@link #parseFrom(InputStream)}, but does not read until EOF. Instead, the size of message
* (encoded as a varint) is read first, then the message data. Use {@link
* MessageLite#writeDelimitedTo(java.io.OutputStream)} to write messages in this format.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment