Skip to content

Commit

Permalink
Fixed translation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nslogmeng committed Jun 28, 2018
1 parent 49513b5 commit 61cb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite/sqlite_core.md
Expand Up @@ -112,7 +112,7 @@ return req.withConnection(to: .sqlite) { conn in

### Simply Query

使用 `.simpleQuery(\_:)` 在不绑定任何参数的 SQLite 数据库上执行查询。你发送给 SQLite 的一些查询可能实际上需要你使用 `simpleQuery(\_:)` 方法而不是参数化方法。
使用 `.simpleQuery(_:)` 在不绑定任何参数的 SQLite 数据库上执行查询。你发送给 SQLite 的一些查询可能实际上需要你使用 `simpleQuery(_:)` 方法而不是参数化方法。

> 注意
>
Expand Down

0 comments on commit 61cb248

Please sign in to comment.