Skip to content

Commit 9474e32

Browse files
committed
spelling: cannot
Signed-off-by: Josh Soref <[email protected]>
1 parent 2ed6bbd commit 9474e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/GRPCCore/RPCError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ extension RPCError.Code {
210210
/// The caller does not have permission to execute the specified operation.
211211
/// ``permissionDenied`` must not be used for rejections caused by exhausting
212212
/// some resource (use ``resourceExhausted`` instead for those errors).
213-
/// ``permissionDenied`` must not be used if the caller can not be identified
213+
/// ``permissionDenied`` must not be used if the caller cannot be identified
214214
/// (use ``unauthenticated`` instead for those errors).
215215
public static let permissionDenied = Self(code: .permissionDenied)
216216

Sources/GRPCCore/Status.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ extension Status.Code {
230230
/// The caller does not have permission to execute the specified operation.
231231
/// ``permissionDenied`` must not be used for rejections caused by exhausting
232232
/// some resource (use ``resourceExhausted`` instead for those errors).
233-
/// ``permissionDenied`` must not be used if the caller can not be identified
233+
/// ``permissionDenied`` must not be used if the caller cannot be identified
234234
/// (use ``unauthenticated`` instead for those errors).
235235
public static let permissionDenied = Self(code: .permissionDenied)
236236

0 commit comments

Comments
 (0)