1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

s/example/examples

This commit is contained in:
Rob Ede
2022-01-21 16:56:33 +00:00
parent c959916346
commit bc89f0bfc2
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
//!
//! Type definitions required to use [`awc::Client`](super::Client) as a WebSocket client.
//!
//! # Example
//! # Examples
//!
//! ```no_run
//! use awc::{Client, ws};