From 5f1b4a90754f09bc5cdb739c92cd0351763f31a9 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 28 Dec 2024 12:45:26 -0800 Subject: [PATCH] Update doc/index.md --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index c63d333..2636945 100644 --- a/doc/index.md +++ b/doc/index.md @@ -5,7 +5,7 @@ > * We visualize the socket this way: > `↗️ Sent by client, recieved by server` > `↙️ Sent by server, recieved by client` -> `🔁 Sent by server, recieved by a DIFFERENT client (e.g. target of PRIVMSG)` +> `🔀 Sent by server, recieved by a DIFFERENT client (e.g. target of PRIVMSG)` > * In client-side scenarios, we use the nickname `nick` for the primary client > and `foo` for the secondary client (the nickname `nick` will send to sometimes.)