Correted error in documentation.

This commit is contained in:
tastytea 2019-01-29 07:11:48 +01:00
parent 28734ee8cf
commit 0cbfb415b5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*