Skip to content

Commit

Permalink
Fixes typo in FluentSQLiteConfiguration.swift (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbarber authored Jul 15, 2024
1 parent 40303a2 commit 9cc162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FluentSQLiteDriver/FluentSQLiteConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extension DatabaseConfigurationFactory {
///
/// - Parameters:
/// - configuration: The underlying `SQLiteConfiguration`.
/// - maxConnnectionsPerEventLoop: Ignored. The value is always treated as 1.
/// - maxConnectionsPerEventLoop: Ignored. The value is always treated as 1.
/// - dataEncoder: An `SQLiteDataEncoder` used to translate bound query parameters into `SQLiteData` values.
/// - dataDecoder: An `SQLiteDataDecoder` used to translate `SQLiteData` values into output values.
/// - queryLogLevel: The level at which SQL queries issued through the Fluent or SQLKit interfaces will be logged.
Expand Down

0 comments on commit 9cc162d

Please sign in to comment.