chore: fix some comments (#1184)

Signed-off-by: sunxunle <sunxunle@gmail.com>
This commit is contained in:
sunxunle 2024-04-07 01:06:53 +08:00 committed by GitHub
parent 2bf93a470c
commit e976a2ee43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ fn pragma_eq_style() {
}
}
#[test]
fn pragma_funciton_style() {
fn pragma_function_style() {
let sql = "PRAGMA cache_size(10)";
match sqlite_and_generic().verified_stmt(sql) {
Statement::Pragma {
@ -103,7 +103,7 @@ fn pragma_function_string_style() {
}
#[test]
fn pragma_eq_placehoder_style() {
fn pragma_eq_placeholder_style() {
let sql = "PRAGMA table_info = ?";
match sqlite_and_generic().verified_stmt(sql) {
Statement::Pragma {