Skip to content

Commit

Permalink
Fix typo in wayland-client/examples/list_globals.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel authored and elinorbgr committed Aug 26, 2023
1 parent 952820c commit 25e6cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayland-client/examples/list_globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn main() {

// Create an event queue for our event processing
let mut event_queue = conn.new_event_queue();
// An get its handle to associated new objects to it
// And get its handle to associated new objects to it
let qh = event_queue.handle();

// Create a wl_registry object by sending the wl_display.get_registry request
Expand Down

0 comments on commit 25e6cd8

Please sign in to comment.