Skip to content

Commit b2efe62

Browse files
Update Sources/PowerSync/LoggerProtocol.swift
Co-authored-by: Copilot <[email protected]>
1 parent 8f0911f commit b2efe62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/PowerSync/LoggerProtocol.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ public protocol LoggerProtocol {
5757

5858
/// Sets the list of log writers that will handle log output.
5959
///
60-
/// - Parameter writters: An array of `LogWritterProtocol` conformers.
61-
func setWriters(_ writters: [LogWriterProtocol])
62-
60+
/// - Parameter writers: An array of `LogWriterProtocol` conformers.
61+
func setWriters(_ writers: [LogWriterProtocol])
6362
/// Logs an informational message.
6463
///
6564
/// - Parameters:

0 commit comments

Comments
 (0)