Skip to content

Commit 304b5d0

Browse files
committed
Fix language
1 parent 95b28a2 commit 304b5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Status.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ extension Status {
302302
///
303303
/// - Parameter httpStatusCode: The HTTP status code to map to a status.
304304
public init(httpStatusCode: Int) {
305-
// https://github.com/grpc/grpc/blob/master/doc/http-grpc-status-mapping.md
305+
// See the "http-grpc-status-mapping.md" doc in grpc/grpc GitHub repo.
306306
switch httpStatusCode {
307307
case 400:
308308
self = Status(code: .internalError, message: "HTTP 400: Bad Request")

0 commit comments

Comments
 (0)