Skip to content

Commit

Permalink
Minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Kaplan committed Jul 25, 2022
1 parent f9e94d8 commit d6e439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SecureXPC/Server/ClientRequirement.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public extension XPCServer {
/// Requirements can be combined with `||` as well as `&&`:
/// ```swift
/// let server = XPCServer.makeAnonymous(withClientRequirement:
/// try .sameTeamIdentifier || try .teamIdentifier("Q55ZG849VX")))
/// try .sameTeamIdentifier || try .teamIdentifier("Q55ZG849VX"))
/// ```
///
/// ## Topics
Expand Down

0 comments on commit d6e439e

Please sign in to comment.