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 {
137137 ///
138138 /// # Return
139139 ///
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
141141 /// all other connection types will return an empty set always.
142142 pub async fn execute_batch ( & self , sql : & str ) -> Result < BatchRows > {
143143 tracing:: trace!( "executing batch `{}`" , sql) ;
@@ -206,7 +206,7 @@ impl Connection {
206206 self . conn . busy_timeout ( timeout)
207207 }
208208
209- /// Check weather libsql is in `autocommit` or not.
209+ /// Check whether libsql is in `autocommit` or not.
210210 pub fn is_autocommit ( & self ) -> bool {
211211 self . conn . is_autocommit ( )
212212 }
You can’t perform that action at this time.
0 commit comments