Skip to content

Commit 690aaaa

Browse files
committed
Fix typo in Javadoc
1 parent cea8d63 commit 690aaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ private int parseChunkBody(ApplicationBufferHandler handler) throws IOException
504504
/**
505505
* Parse CRLF at end of chunk.
506506
*
507-
* @return {@code true} if the read is complete or {@code false if incomplete}. In complete reads can only happen
507+
* @return {@code true} if the read is complete or {@code false if incomplete}. Incomplete reads can only happen
508508
* with non-blocking I/O.
509509
*
510510
* @throws IOException An error occurred parsing CRLF

0 commit comments

Comments
 (0)