Skip to content

Commit a2a4912

Browse files
committed
fix documentation
1 parent cda3b93 commit a2a4912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/gf/Keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ inline namespace v1 {
4646
* @ingroup graphics_devices
4747
* @brief Scancodes
4848
*
49-
* These codes corresponds to [USB key codes](http://www.usb.org/developers/hidpage/Hut1_12v2.pdf).
49+
* These codes corresponds to [USB key codes](https://www.usb.org/documents).
5050
*/
5151
enum class Scancode : int {
5252
Unknown = 0,

include/gf/Range.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ inline namespace v1 {
207207
}
208208

209209
/**
210-
* @brief Check is the range is valid
210+
* @brief Check if the range is valid
211211
*
212212
* @return True if the range is valid
213213
* @sa isEmpty()

0 commit comments

Comments
 (0)