Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 2, 2025
1 parent 7c99d98 commit 38d715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pqxx/transaction_base.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ public:
* type details may change.
*/
template<typename... TYPE>
[[deprecated("Use exec(), and call check_rows() & iter() on the result.")]]
[[deprecated("Use exec(), and call expect_rows() & iter() on the result.")]]
auto query_n(result::size_type rows, zview query, params const &parms)
{
return exec(query, parms).expect_rows(rows).iter<TYPE...>();
Expand Down

0 comments on commit 38d715b

Please sign in to comment.