From dcff91a6990515400398a2ec4160a1c13445aaa5 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sun, 2 Aug 2015 22:32:09 -0400 Subject: [PATCH] Adjust the documentation a bit more --- src/iterator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iterator.rs b/src/iterator.rs index 1df00f8..8736907 100644 --- a/src/iterator.rs +++ b/src/iterator.rs @@ -1,7 +1,7 @@ use statement::{State, Statement, Bindable, Readable}; use {Result, Value}; -/// An iterator over the results of a prepared statement. +/// An iterator over the resulting rows of a prepared statement. pub struct Iterator<'l> { state: Option, values: Option>,