From cc000da9bce4906da01a8156108d00fdb1967d8d Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 1 Jul 2018 19:06:22 +0200 Subject: [PATCH] doc --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e13760f..3d19158 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ //! //! To maintain a state, cookies, between requests, you use an [agent](struct.Agent.html). //! Agents also follow the build pattern. Agents are created with -//! [`ureq::agent().build()`](struct.Agent.html). +//! [`ureq::agent()`](struct.Agent.html). //! //! # Content-Length //!