From 78d59f92661d80ccccdbf72308e68de7f8be058d Mon Sep 17 00:00:00 2001 From: WiredSound Date: Mon, 4 Jan 2021 15:29:56 +0000 Subject: [PATCH] Escape square brackets in doc comment --- src/protocol/frame/coding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/frame/coding.rs b/src/protocol/frame/coding.rs index e726161..a37dcd2 100644 --- a/src/protocol/frame/coding.rs +++ b/src/protocol/frame/coding.rs @@ -143,7 +143,7 @@ pub enum CloseCode { Abnormal, /// Indicates that an endpoint is terminating the connection /// because it has received data within a message that was not - /// consistent with the type of the message (e.g., non-UTF-8 [RFC3629] + /// consistent with the type of the message (e.g., non-UTF-8 \[RFC3629\] /// data within a text message). Invalid, /// Indicates that an endpoint is terminating the connection