From 69bb9416f9f852df530c1ced890f6b5ac3218547 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:11:53 +0300 Subject: [PATCH] docs: fix typos from wrac protocol --- src/app/protocol/wrac/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/protocol/wrac/page.tsx b/src/app/protocol/wrac/page.tsx index f285e74..cd97496 100644 --- a/src/app/protocol/wrac/page.tsx +++ b/src/app/protocol/wrac/page.tsx @@ -31,7 +31,7 @@ export default function Wrac() { RAC, but you should send data in binary format. Also, you can use the same connection multiple times, what differs from the usual RAC, where you had to connect the server each time you made some request. That - causes some differences in the receiving messages. + causes some differences in the messages receiving.