Skip to content

Commit 9fdf6e7

Browse files
author
Stephane Landelle
committed
typo
1 parent 7ac0ecd commit 9fdf6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/org/asynchttpclient/Request.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ public interface Request {
126126
BodyGenerator getBodyGenerator();
127127

128128
/**
129-
* Return the current size of the content-lenght header based on the body's size.
129+
* Return the current size of the content-length header based on the body's size.
130130
*
131-
* @return the current size of the content-lenght header based on the body's size.
131+
* @return the current size of the content-length header based on the body's size.
132132
*/
133133
long getContentLength();
134134

0 commit comments

Comments
 (0)