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,