Escape square brackets in doc comment

This commit is contained in:
WiredSound 2021-01-04 15:29:56 +00:00
parent b85a661967
commit 78d59f9266
1 changed files with 1 additions and 1 deletions

View File

@ -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