From 5578c7759775c7680230927d20fb07ffa3e83d52 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Tue, 8 Jan 2019 21:12:50 +0100 Subject: [PATCH] Fix typos (#422) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 57c5e1a..b6650a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,7 +29,7 @@ //! Additional learning resources include: //! //! - [The Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/web/clients.html) -//! - [Reqwest Repositiory Examples](https://github.com/seanmonstar/reqwest/tree/master/examples +//! - [Reqwest Repository Examples](https://github.com/seanmonstar/reqwest/tree/master/examples) //! //! ## Making a GET request //!