diff --git a/src/lib.rs b/src/lib.rs
index fa38ce1..cf239c0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -392,6 +392,9 @@ impl Connection {
/// If the query returns more than one row, all rows except the first are
/// ignored.
///
+ /// Returns `Err(QueryReturnedNoRows)` if no results are returned. If the query truly is optional,
+ /// you can call `.optional()` on the result of this to get a `Result