Skip to content

Commit

Permalink
Fix typo (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilwaveforms authored Apr 20, 2024
1 parent 96a2fa5 commit dd6448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/07-windowing/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pass them on to the instance creation:

```rust
use vulkano::instance::{Instance, InstanceCreateInfo};
use vulkano::swpchain::Surface;
use vulkano::swapchain::Surface;
use winit::event_loop::EventLoop;

let event_loop = EventLoop::new(); // ignore this for now
Expand Down

0 comments on commit dd6448c

Please sign in to comment.