mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +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:
|
||||
|
||||
```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:
|
||||
//!
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user