Library::removeBookById() updates the revision

This commit is contained in:
Veloman Yunkan
2022-10-09 22:58:19 +04:00
parent 9fd1423100
commit ce8b2bf9d9
3 changed files with 13 additions and 3 deletions

View File

@ -332,8 +332,8 @@ class Library
/**
* Return the current revision of the library.
*
* The revision of the library is updated (incremented by one) only by
* the addBook() operation.
* The revision of the library is updated (incremented by one) by
* the addBook() and removeBookById() operations.
*
* @return Current revision of the library.
*/