Skip to content

Commit 9cc162d

Browse files
authored
Fixes typo in FluentSQLiteConfiguration.swift (#96)
1 parent 40303a2 commit 9cc162d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FluentSQLiteDriver/FluentSQLiteConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extension DatabaseConfigurationFactory {
5858
///
5959
/// - Parameters:
6060
/// - configuration: The underlying `SQLiteConfiguration`.
61-
/// - maxConnnectionsPerEventLoop: Ignored. The value is always treated as 1.
61+
/// - maxConnectionsPerEventLoop: Ignored. The value is always treated as 1.
6262
/// - dataEncoder: An `SQLiteDataEncoder` used to translate bound query parameters into `SQLiteData` values.
6363
/// - dataDecoder: An `SQLiteDataDecoder` used to translate `SQLiteData` values into output values.
6464
/// - queryLogLevel: The level at which SQL queries issued through the Fluent or SQLKit interfaces will be logged.

0 commit comments

Comments
 (0)