Skip to content

Commit

Permalink
easy/enums: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Apr 8, 2024
1 parent 0285559 commit 836ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poseidon/easy/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum Easy_WS_Event : uint8_t
easy_ws_binary = 33, // binary message received
easy_ws_ping = easy_ws_open,
easy_ws_pong = 34, // pong notification received
easy_ws_close = 35, // closure notification closed
easy_ws_close = 35, // closure notification received
};

} // namespace poseidon
Expand Down

0 comments on commit 836ca42

Please sign in to comment.