Skip to content

Commit 8f0911f

Browse files
Update Sources/PowerSync/Kotlin/DatabaseLogger.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 075ff0c commit 8f0911f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PowerSync/Kotlin/DatabaseLogger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ internal class DatabaseLogger: LoggerProtocol {
7474
///
7575
/// This updates both the internal writer list and the Kermit logger's configuration.
7676
///
77-
/// - Parameter writers: An array of Swift `LogWritterProtocol` implementations.
77+
/// - Parameter writers: An array of Swift `LogWriterProtocol` implementations.
7878
public func setWriters(_ writers: [any LogWriterProtocol]) {
7979
logger.setWriters(writers)
8080
}

0 commit comments

Comments
 (0)