Expression::As: Typo.

This commit is contained in:
Jim Blandy
2021-05-21 13:11:23 -07:00
committed by Dzmitry Malyshau
parent 8bcd2a4a1f
commit 652a955e9b

View File

@@ -891,7 +891,7 @@ pub enum Expression {
arg1: Option<Handle<Expression>>,
arg2: Option<Handle<Expression>>,
},
/// 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<Expression>,