Skip to content

Commit

Permalink
change note
Browse files Browse the repository at this point in the history
  • Loading branch information
QlQlqiqi committed Sep 2, 2024
1 parent dfb1ca6 commit 3bd85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pika_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class DB : public std::enable_shared_from_this<DB>, public pstd::noncopyable {

/**
* When it is the first time for upgrading version from 4.0.0 to 4.0.1, you should call
* this function to wash data. false if successful, false otherwise.
* this function to wash data. true if successful, false otherwise.
* @see https://github.com/OpenAtomFoundation/pika/issues/2886
*/
bool WashData();
Expand Down

0 comments on commit 3bd85a8

Please sign in to comment.