From da98e200f3c84280d3d6106c3d98004e58d002a1 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Mon, 30 Nov 2015 15:48:02 -0800 Subject: [PATCH] Use triple slash for documentation on Url::origin method --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d9a7d024..9298e81c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -635,7 +635,7 @@ impl Url { self.to_string() } - // Return the origin of this URL (https://url.spec.whatwg.org/#origin) + /// Return the origin of this URL (https://url.spec.whatwg.org/#origin) pub fn origin(&self) -> Origin { match &*self.scheme { "blob" => {