mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-01 22:11:07 +00:00
Adjust the documentation
This commit is contained in:
parent
51545f4c2b
commit
96554c391d
@ -46,7 +46,7 @@ while let State::Row = statement.next().unwrap() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The same query example using a cursor, which is a wrapper over a prepared
|
The same query example using a cursor, which is a wrapper around a prepared
|
||||||
statement:
|
statement:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! The same query example using a cursor, which is a wrapper over a prepared
|
//! The same query example using a cursor, which is a wrapper around a prepared
|
||||||
//! statement:
|
//! statement:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user