Skip to content

Commit 548bf3a

Browse files
committed
[naga wgsl-in] Minor doc fix.
1 parent ea37172 commit 548bf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/src/front/wgsl/lower/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl<'source> super::ExpressionContext<'source, '_, '_> {
7171
self.convert_leaf_scalar(expr, expr_span, goal_scalar)
7272
}
7373

74-
/// Try to convert `expr`'s leaf scalar to `goal` using automatic conversions.
74+
/// Try to convert `expr`'s leaf scalar to `goal_scalar` using automatic conversions.
7575
///
7676
/// If no conversions are necessary, return `expr` unchanged.
7777
///

0 commit comments

Comments
 (0)