Remove invalid brackets (#203)

This commit is contained in:
Kenjiro Nakayama
2018-01-03 05:25:33 +09:00
committed by Carl Lerche
parent a0e0d74edd
commit 0c67f7a390

View File

@@ -113,7 +113,7 @@
//! } //! }
//! ``` //! ```
//! //!
//! [prior knowledge]: (http://httpwg.org/specs/rfc7540.html#known-http) //! [prior knowledge]: http://httpwg.org/specs/rfc7540.html#known-http
//! [`Server::handshake`]: struct.Server.html#method.handshake //! [`Server::handshake`]: struct.Server.html#method.handshake
//! [HTTP/2.0 handshake]: http://httpwg.org/specs/rfc7540.html#ConnectionHeader //! [HTTP/2.0 handshake]: http://httpwg.org/specs/rfc7540.html#ConnectionHeader
//! [`Builder`]: struct.Builder.html //! [`Builder`]: struct.Builder.html