diff --git a/raylib-enumerated-types.md b/raylib-enumerated-types.md index 9db5a00..f652615 100644 --- a/raylib-enumerated-types.md +++ b/raylib-enumerated-types.md @@ -84,7 +84,7 @@ Here it is the list with the provided enums and the functions intended to use th ```c BeginBlendMode(int mode); ``` -[`enum Gestures`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L842) +[`enum Gesture`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L842) ```c SetGesturesEnabled(unsigned int flags); IsGestureDetected(int gesture);