From 9fb3053feb73f47cd7cc30121b740e18b76ce68c Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 1 Jun 2021 17:18:43 +0200 Subject: [PATCH] Updated raylib enumerated types (markdown) --- raylib-enumerated-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);