Skip to content

Commit afcb811

Browse files
typo(CHANGELOG): add missing "in" b/w author and PR num.
1 parent 7ab6c4f commit afcb811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ completely. This is a step in that direction.
107107
Current users of `.global_id()` are encouraged to make use of the `PartialEq`, `Eq`, `Hash`, `PartialOrd` and `Ord`
108108
traits that have now been implemented for `wgpu` resources.
109109

110-
By @teoxoy [#6134](https://github.com/gfx-rs/wgpu/pull/6134).
110+
By @teoxoy in [#6134](https://github.com/gfx-rs/wgpu/pull/6134).
111111

112112
#### `set_bind_group` now takes an `Option` for the bind group argument.
113113

@@ -119,7 +119,7 @@ needs to be implemented by backends.
119119
For convenience, the `set_bind_group` on compute/render passes & encoders takes `impl Into<Option<&BindGroup>>`,
120120
so most code should still work the same.
121121

122-
By @bradwerth [#6216](https://github.com/gfx-rs/wgpu/pull/6216).
122+
By @bradwerth in [#6216](https://github.com/gfx-rs/wgpu/pull/6216).
123123

124124
### New Features
125125

0 commit comments

Comments
 (0)