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 {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments