Skip to content

Commit 60fc1d2

Browse files
committed
remove duplicate be from documentation
1 parent c7ad35b commit 60fc1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/HTTPHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ extension HTTPClient {
6262
/// Create and stream body using `StreamWriter`.
6363
///
6464
/// - parameters:
65-
/// - length: Body size. If nil, `Transfer-Encoding` will be automatically be set to `chunked`. Otherwise a `Content-Length`
65+
/// - length: Body size. If nil, `Transfer-Encoding` will automatically be set to `chunked`. Otherwise a `Content-Length`
6666
/// header is set with the given `length`.
6767
/// - stream: Body chunk provider.
6868
public static func stream(length: Int? = nil, _ stream: @escaping (StreamWriter) -> EventLoopFuture<Void>) -> Body {

0 commit comments

Comments
 (0)