Skip to content

Commit ede6f63

Browse files
committed
fix typo
1 parent 312b3ff commit ede6f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/ConnectionPool/RequestBodyLength.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
enum RequestBodyLength: Equatable {
16-
/// size of the reuqest body is not known before starting the request
16+
/// size of the request body is not known before starting the request
1717
case dynamic
1818
/// size of the request body is fixed and exactly `length` bytes
1919
case fixed(length: Int)

0 commit comments

Comments
 (0)