Skip to content

Commit

Permalink
make GateIO::is_running doc shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed Jun 10, 2024
1 parent 7f8d0c6 commit b552192
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vpr/src/server/gateio.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ class GateIO
GateIO& operator=(GateIO&&) = delete;

/**
* @brief Checks if the port listening process is currently running.
*
* This method returns a boolean indicating whether the port listening process is currently running.
* @brief Returns a bool indicating whether or not the port listening process is currently running.
*
* @return True if the port listening process is running, false otherwise.
*/
Expand Down

0 comments on commit b552192

Please sign in to comment.