Skip to content

Commit 7255478

Browse files
authored
Merge pull request #216 from x1957/typo
fix typo
2 parents ea57609 + 207915d commit 7255478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codec/ws.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use ws::util::header::read_header;
3131
/// This type is passed to the codecs to inform them of what role they are in
3232
/// (i.e. that of a Client or Server).
3333
///
34-
/// For those familiar with the protocol, this decides wether the data should be
34+
/// For those familiar with the protocol, this decides whether the data should be
3535
/// masked or not.
3636
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
3737
pub enum Context {

0 commit comments

Comments
 (0)