Skip to content

Commit 698860c

Browse files
committed
Typo.
1 parent 84fc4d7 commit 698860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pqxx/transaction_base.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ public:
822822
* type details may change.
823823
*/
824824
template<typename... TYPE>
825-
[[deprecated("Use exec(), and call check_rows() & iter() on the result.")]]
825+
[[deprecated("Use exec(), and call expect_rows() & iter() on the result.")]]
826826
auto query_n(result::size_type rows, zview query, params const &parms)
827827
{
828828
return exec(query, parms).expect_rows(rows).iter<TYPE...>();

0 commit comments

Comments
 (0)