From 652a955e9bd4ad61d0d18feb3568855ceb0332cd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 21 May 2021 13:11:23 -0700 Subject: [PATCH] Expression::As: Typo. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5413b45c04..9dc6c0b229 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -891,7 +891,7 @@ pub enum Expression { arg1: Option>, arg2: Option>, }, - /// Cast a simply type to another kind. + /// Cast a simple type to another kind. As { /// Source expression, which can only be a scalar or a vector. expr: Handle,