We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d591470 commit c848a9aCopy full SHA for c848a9a
1 file changed
src/lib.rs
@@ -1816,7 +1816,7 @@ impl<'a> Row<'a> {
1816
///
1817
/// ## Panics
1818
1819
- /// Panics if the index does not references a column.
+ /// Panics if the index does not reference a column.
1820
pub fn get_bytes<I>(&self, idx: I) -> Option<&[u8]> where I: RowIndex + fmt::Debug {
1821
match idx.idx(self.stmt) {
1822
Some(idx) => self.data[idx].as_ref().map(|e| &**e),
0 commit comments