From 874cc6f493bd4941bdc8a6ed2fec88bdf5cbef23 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:40:59 +0200 Subject: [PATCH] Typo corrections in RustDoc comments. --- src/net/client/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/client/mod.rs b/src/net/client/mod.rs index da48b820..89f68fd3 100644 --- a/src/net/client/mod.rs +++ b/src/net/client/mod.rs @@ -192,7 +192,7 @@ //! # Limitations //! -//! The current implementaton has the following limitations: +//! The current implementation has the following limitations: //! * The [dgram] transport does not support DNS Cookies //! ([`RFC 7873`](https://tools.ietf.org/html/rfc7873) //! Domain Name System (DNS) Cookies). @@ -200,7 +200,7 @@ //! the number of attempts to open a connection. The caller has to //! implement a timeout mechanism. //! * The [cache] transport does not support: -//! * prefetching. In this context, prefetching means updating a cache entry +//! * Prefetching. In this context, prefetching means updating a cache entry //! before it expires. //! * [RFC 8767](https://tools.ietf.org/html/rfc8767) //! (Serving Stale Data to Improve DNS Resiliency)