From 0cbfb415b54ea8d4d6b91f7bbd76563cc1511774 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Jan 2019 07:11:48 +0100 Subject: [PATCH] Correted error in documentation. --- src/easy/easy.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/easy/easy.hpp b/src/easy/easy.hpp index 90ca92d..402cee0 100644 --- a/src/easy/easy.hpp +++ b/src/easy/easy.hpp @@ -300,8 +300,8 @@ public: * * @param error @ref error "Error code" * @param limit Maximum number of notifications - * @param since_id Return notifications newer than or equal to ID - * @param max_id Return notifications older than or equal to ID + * @param since_id Return notifications newer than ID + * @param max_id Return notifications older than ID * * @return vector of Easy::Notification. *