summaryrefslogtreecommitdiff
path: root/docs/RUSTLS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/RUSTLS.md')
-rw-r--r--docs/RUSTLS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RUSTLS.md b/docs/RUSTLS.md
index 4b49b5cf7..a422cb41b 100644
--- a/docs/RUSTLS.md
+++ b/docs/RUSTLS.md
@@ -1,6 +1,6 @@
# Rustls
-[Rustls is a TLS backend written in Rust.](https://docs.rs/rustls/). Curl can
+[Rustls is a TLS backend written in Rust](https://docs.rs/rustls/). Curl can
be built to use it as an alternative to OpenSSL or other TLS backends. We use
the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
version of curl depends on version v0.8.2 of rustls-ffi.