Skip to content

Commit 22134e5

Browse files
committed
fix typo in changelog
1 parent 07c402a commit 22134e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456), [#6148]
142142
- Add support for OpAtomicCompareExchange in SPIR-V frontend. By @schell in [#6590](https://github.com/gfx-rs/wgpu/pull/6590).
143143
- Implement type inference for abstract arguments to user-defined functions. By @jamienicol in [#6577](https://github.com/gfx-rs/wgpu/pull/6577).
144144
- Allow for override-expressions in array sizes. By @KentSlaney in [#6654](https://github.com/gfx-rs/wgpu/pull/6654).
145-
- Change multiplication between two i32 variables to wrap on overflow to match WGSL spec. By @matthew-wong1 [#6835](https://github.com/gfx-rs/wgpu/pull/6835)
145+
- Change multiplication between two i32 variables to wrap on overflow to match WGSL spec. By @matthew-wong1 in [#6835](https://github.com/gfx-rs/wgpu/pull/6835)
146146

147147
#### General
148148

0 commit comments

Comments
 (0)