mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Expression::As: Typo.
This commit is contained in:
committed by
Dzmitry Malyshau
parent
8bcd2a4a1f
commit
652a955e9b
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user