Skip to content

Commit

Permalink
BIT-100 Fixes a typo in documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Czech <[email protected]>
  • Loading branch information
nathan-livefront and matt-livefront authored Sep 6, 2023
1 parent 8349f6e commit 864d13d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ protocol DeviceAPIService {
/// - email: The email being used to log into the app.
/// - deviceIdentifier: The unique identifier for this device.
///
/// - Returns: `true` if this device has been associated with this device, `false` otherwise.
/// - Returns: `true` if this email has been associated with this device, `false` otherwise.
///
func knownDevice(email: String, deviceIdentifier: String) async throws -> Bool
}
Expand Down

0 comments on commit 864d13d

Please sign in to comment.