File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ extension RPCError.Code {
210
210
/// The caller does not have permission to execute the specified operation.
211
211
/// ``permissionDenied`` must not be used for rejections caused by exhausting
212
212
/// 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
214
214
/// (use ``unauthenticated`` instead for those errors).
215
215
public static let permissionDenied = Self ( code: . permissionDenied)
216
216
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ extension Status.Code {
230
230
/// The caller does not have permission to execute the specified operation.
231
231
/// ``permissionDenied`` must not be used for rejections caused by exhausting
232
232
/// 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
234
234
/// (use ``unauthenticated`` instead for those errors).
235
235
public static let permissionDenied = Self ( code: . permissionDenied)
236
236
You can’t perform that action at this time.
0 commit comments