diff --git a/doc/formatting.md b/doc/formatting.md
index bf30871..da14923 100644
--- a/doc/formatting.md
+++ b/doc/formatting.md
@@ -7,12 +7,10 @@ IRC is quite a hassle to understand, so the first thing to know about the protoc
 It's quite simple on client-side, but server-side has to supply more info:
 
 ```
-↗️ PRIVMSG target :content
-🔀 :nick!ident@host PRIVMSG target :content
-^ Replace nick, ident, host, & target with the respective values described.
+↗️ PRIVMSG foo :content
+🔀 :nick!ident@host PRIVMSG foo :content
 ↗️ COMMAND arg :content
 ↙️ :server RPL nick data :content
-^ Replace nick with the nickname of the current connection.
 ```
 
 > [!CAUTION]