diff --git a/src/main.cpp b/src/main.cpp index 0f2f344..65d5e5e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ int main() { /* * RECEIVING CLIENT PACKET * 1. Receive raw bytes - * 2. Parse bytes into packet + * 2. Parse bytes from packet * 3. Put into components understandable for server */ }