Skip to content

Commit f48f362

Browse files
authored
Merge pull request #220 from zombiepigdragon/clarify-xkb-example-error-message
Clarify phrasing of xkb example error message
2 parents 3d4eb87 + 32edffa commit f48f362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xkb_init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() -> xcb::Result<()> {
1111
wanted_minor: 0,
1212
}))?;
1313

14-
assert!(xkb_ver.supported(), "xkb-1.0 is not supported");
14+
assert!(xkb_ver.supported(), "xkb-1.0 support is required");
1515
}
1616

1717
// we now select what events we want to receive

0 commit comments

Comments
 (0)