Skip to content

Commit

Permalink
Fixed declensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag-Marcel committed Aug 14, 2024
1 parent 32cfca5 commit 3cd757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Keyboards/KeyboardsBase/LanguageDBManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ extension LanguageDBManager {
word = ?
"""
let args = [word]
let outputCols = ["suggestion_0", "suggestion_1", "suggestion_2"]
let outputCols = ["autosuggestion_0", "autosuggestion_1", "autosuggestion_2"]

return queryDBRow(query: query, outputCols: outputCols, args: StatementArguments(args))
}
Expand Down

0 comments on commit 3cd757a

Please sign in to comment.