Skip to content

Commit 19159e1

Browse files
committed
ash runner: fix lints
1 parent 8c7bfe7 commit 19159e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/runners/ash/src/swapchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ pub struct DrawFrame {
263263
pub extent: vk::Extent2D,
264264
/// the [`vk::Image`] to draw to
265265
pub image: vk::Image,
266-
/// the [`vk::ImageImage`] to draw to, created from `image`
266+
/// the [`vk::Image`] to draw to, created from `image`
267267
pub image_view: vk::ImageView,
268268
/// the `acquire_image` semaphore that must be waited for before draw commands are executed
269269
pub acquire_semaphore: vk::Semaphore,

0 commit comments

Comments
 (0)