Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Jan 18, 2024
1 parent ef38fc2 commit 58f37b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Log/Classes/Core/Logger/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ open class Logger {
printers.forEach { $0.log(message, logLevel: logLevel) }
}

/// Checks if the given `LogLevel` is allowed by the reciever.
/// Checks if the given `LogLevel` is allowed by the receiver.
///
/// - Parameter logLevel: The log level to check.
private func isLoggerEnabled(for logLevel: LogLevel) -> Bool {
Expand Down

0 comments on commit 58f37b5

Please sign in to comment.