We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0911f commit b2efe62Copy full SHA for b2efe62
Sources/PowerSync/LoggerProtocol.swift
@@ -57,9 +57,8 @@ public protocol LoggerProtocol {
57
58
/// Sets the list of log writers that will handle log output.
59
///
60
- /// - Parameter writters: An array of `LogWritterProtocol` conformers.
61
- func setWriters(_ writters: [LogWriterProtocol])
62
-
+ /// - Parameter writers: An array of `LogWriterProtocol` conformers.
+ func setWriters(_ writers: [LogWriterProtocol])
63
/// Logs an informational message.
64
65
/// - Parameters:
0 commit comments