Skip to content

Commit

Permalink
Update vulkano/src/swapchain/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: marc0246 <[email protected]>
  • Loading branch information
maratik123 and marc0246 authored Mar 13, 2024
1 parent 459b790 commit 955ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/src/swapchain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
//! # }
//! ```
//!
//! Then, call [`Swapchain::new`](Swapchain::new).
//! Then, call [`Swapchain::new`].
//!
//! ```no_run
//! # use std::{error::Error, sync::Arc};
Expand Down

0 comments on commit 955ae89

Please sign in to comment.