From 624f1dec1a3c4822a1e727abcc7d05e5a07be8a8 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Fri, 5 May 2017 15:04:53 +0200 Subject: [PATCH] improve doc in protocol/mod.rs --- src/protocol/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/mod.rs b/src/protocol/mod.rs index b4ac9c2..6266dcb 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -28,7 +28,7 @@ pub enum Role { /// WebSocket input-output stream. /// -/// This is THE structure you want to create to me able to talk the WebSocket protocol. +/// This is THE structure you want to create to be able to speak the WebSocket protocol. /// It may be created by calling `connect`, `accept` or `client` functions. pub struct WebSocket { /// Server or client?