Skip to content

Commit e71d763

Browse files
committed
Some documentation changes
1 parent 50c031e commit e71d763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-tls"
33
version = "0.1.0-alpha.0"
4-
authors = ["dignifiedquire <[email protected]>", "quininer kel <[email protected]>"]
4+
authors = ["Florian Gilcher <[email protected]>", "dignifiedquire <[email protected]>", "quininer kel <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/async-std/async-tls"
77
homepage = "https://github.com/async-std/async-tls"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Asynchronous TLS/SSL streams for async-std and AsyncRead/AsyncWrite sockets using [rustls](https://github.com/ctz/rustls).
1+
//! Asynchronous TLS/SSL streams for async-std and AsyncRead/AsyncWrite sockets using [rustlsz](https://github.com/ctz/rustls).
22
33
#![feature(async_await)]
44
#![deny(unsafe_code)]

0 commit comments

Comments
 (0)