File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ impl Connection {
137
137
///
138
138
/// # Return
139
139
///
140
- /// This returns a `BatchRows` currently only the `remote` and `local` connection supports this feature and
140
+ /// This returns a `BatchRows` currently only the `remote` and `local` connection supports this feature and
141
141
/// all other connection types will return an empty set always.
142
142
pub async fn execute_batch ( & self , sql : & str ) -> Result < BatchRows > {
143
143
tracing:: trace!( "executing batch `{}`" , sql) ;
@@ -206,7 +206,7 @@ impl Connection {
206
206
self . conn . busy_timeout ( timeout)
207
207
}
208
208
209
- /// Check weather libsql is in `autocommit` or not.
209
+ /// Check whether libsql is in `autocommit` or not.
210
210
pub fn is_autocommit ( & self ) -> bool {
211
211
self . conn . is_autocommit ( )
212
212
}
You can’t perform that action at this time.
0 commit comments