doc: must -> should
authorRan Benita <ran@unusedvar.com>
Sun, 16 Feb 2020 11:32:09 +0000 (13:32 +0200)
committerRan Benita <ran@unusedvar.com>
Sun, 16 Feb 2020 11:32:09 +0000 (13:32 +0200)
Using an out-of-range is not an error, just useless.

Signed-off-by: Ran Benita <ran@unusedvar.com>
xkbcommon/xkbcommon.h

index bf14e5c..9d3c548 100644 (file)
@@ -1152,7 +1152,7 @@ xkb_keymap_num_levels_for_key(struct xkb_keymap *keymap, xkb_keycode_t key,
  * @param[in] key       The keycode of the key.
  * @param[in] layout    The layout for which to get the keysyms.
  * @param[in] level     The shift level in the layout for which to get the
- * keysyms. This must be smaller than:
+ * keysyms. This should be smaller than:
  * @code xkb_keymap_num_levels_for_key(keymap, key) @endcode
  * @param[out] syms_out An immutable array of keysyms corresponding to the
  * key in the given layout and shift level.