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 @@ -407,8 +407,8 @@ impl Client {
407
407
///
408
408
/// # Warning
409
409
///
410
- /// Prepared statements should be use for any query which contains user-specified data, as they provided the
411
- /// functionality to safely imbed that data in the request. Do not form statements via string concatenation and pass
410
+ /// Prepared statements should be used for any query which contains user-specified data, as they provided the
411
+ /// functionality to safely embed that data in the request. Do not form statements via string concatenation and pass
412
412
/// them to this method!
413
413
pub fn simple_query ( & mut self , query : & str ) -> Result < Vec < SimpleQueryMessage > , Error > {
414
414
self . connection . block_on ( self . client . simple_query ( query) )
You can’t perform that action at this time.
0 commit comments