From 54e0da59e37c25f5b9f9cd8fbe162184debe521b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 3 Oct 2020 18:15:09 +0200 Subject: =?UTF-8?q?Small=20documentation=20fixes=20=F0=9F=A7=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/syntax/span.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax/span.rs') diff --git a/src/syntax/span.rs b/src/syntax/span.rs index 09e5f02c..e9e1021c 100644 --- a/src/syntax/span.rs +++ b/src/syntax/span.rs @@ -83,7 +83,7 @@ impl Spanned { } impl Spanned> { - /// Swap the spanned and option. + /// Swap the spanned and the option. pub fn transpose(self) -> Option> { let Spanned { v, span } = self; v.map(|v| v.span_with(span)) -- cgit v1.2.3