mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-07 06:47:40 +03:00
Fix broken docs (#1204)
Fixed un escaped brackets in lib.rs, and reflowed links to ConnectionInfo in app, config, and server.rs
This commit is contained in:
parent
a3ce371312
commit
e4382e4fc1
4 changed files with 12 additions and 10 deletions
|
@ -95,7 +95,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue