docs: fix typos from wrac protocol

This commit is contained in:
MeexReay 2025-06-24 14:11:53 +03:00 committed by GitHub
parent 6f39c7604c
commit 69bb9416f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ export default function Wrac() {
RAC, but you should send data in binary format. Also, you can use the 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 same connection multiple times, what differs from the usual RAC, where
you had to connect the server each time you made some request. That 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.
</Text> </Text>
<Title id={"receiving-messages"}>Receiving messages</Title> <Title id={"receiving-messages"}>Receiving messages</Title>
<Text> <Text>
@ -46,7 +46,7 @@ export default function Wrac() {
</Text> </Text>
<Text> <Text>
This way we can separate the packets that receive data from the packet that receives the total size. This way we can separate the packets that receive data from the packet that receives the total size.
In this sense, WRAC solves a big problem with usual RAC. In the sence of keep-alive, WRAC solves the main problem with usual RAC.
</Text> </Text>
<Footer /> <Footer />
</main> </main>