Skip to content

Commit

Permalink
chore: fix code comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Oct 3, 2023
1 parent 63c3b9d commit 88b5437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FaceLiveness/Utilities/String+Localizable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
extension String {
/// Looks for a localized value using this value as the key.
/// If no localization is found in the current app's bundle,
/// it defaults to the one provided by Authenticator
/// it defaults to the one provided by Liveness
func localized(comment: String = "") -> String {
let defaultValue = NSLocalizedString(self, bundle: .module, comment: "")
return NSLocalizedString(
Expand Down

0 comments on commit 88b5437

Please sign in to comment.