8000 fix typo · swift-server/async-http-client@539e4fd · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 539e4fd

Browse files
committed
fix typo
1 parent 6bdfcb1 commit 539e4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Sources/AsyncHTTPClient/ConnectionPool/RequestBodyLength.swift

Lines changed: 1 addition & 1 deletion
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)
0