Skip to content

Commit 9bf707f

Browse files
committed
fix typo. in a typo fix changelog entry :D
1 parent f60e279 commit 9bf707f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Bottom level categories:
9191
- Disallow direct access to atomic variables in WGSL front-end (e.g. `let x = myAtomic;`). By @ecoricemon in [#9262](https://github.com/gfx-rs/wgpu/pull/9262).
9292
- Fixed handling of unterminated block comments. By @BKDaugherty in [#9356](https://github.com/gfx-rs/wgpu/pull/9356).
9393
- Enforce that `@must_use` appear only on function declarations. By @dnsn021 in [#9367](https://github.com/gfx-rs/wgpu/pull/9367).
94-
- Rename `naga::back::msl::Error::UnsupportedWriteable*` to `UnsupportedWritable*` (a typo fix). By @ErichDonGubler in [#9376](https://github.com/gfx-rs/wgpu/pull/9376).
94+
- Rename `naga::back::msl::Error::UnsupportedWritable*` to `UnsupportedWritable*` (a typo fix). By @ErichDonGubler in [#9376](https://github.com/gfx-rs/wgpu/pull/9376).
9595

9696
#### dx12
9797

0 commit comments

Comments
 (0)