Adjust a description

This commit is contained in:
Ivan Ukhov 2019-05-22 07:37:51 +02:00
parent ec7ce0c27c
commit fa17cd620e

View File

@ -57,7 +57,7 @@ impl<'l> Statement<'l> {
/// Return the type of a column.
///
/// The type is revealed after the first step has been taken.
/// The type becomes available after taking a step.
pub fn kind(&self, i: usize) -> Type {
debug_assert!(i < self.count(), "the index is out of range");
match unsafe { ffi::sqlite3_column_type(self.raw.0, i as c_int) } {