Fix missing argument in rustdoc-init.md (#166)

pull/106/head
Weipin Xia 3 years ago committed by GitHub
parent 60946dd8c7
commit 501ae92a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ impl Connection {
/// # Example
/// ```
/// # fn call_send(connection: Connection, request: Request) {
/// let response = connection.send_request();
/// let response = connection.send_request(request);
/// assert!(response.is_ok());
/// # }
/// ```

Loading…
Cancel
Save