summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2016-11-25 22:26:36 +0100
committerRay <[email protected]>2016-11-25 22:26:36 +0100
commitf5d792e5514188da56bb35c205e058bca473a300 (patch)
tree5b92cb94e8a94e851859638f5ad06ac31c7d3bec /src/raylib.h
parentd91ad4e2aaee966ed9143494d60774fd16d313f9 (diff)
downloadraylib-f5d792e5514188da56bb35c205e058bca473a300.tar.gz
raylib-f5d792e5514188da56bb35c205e058bca473a300.zip
Update Lua naming
Replaced LUA by Lua
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index d28b07a3..8f69438f 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -19,7 +19,7 @@
* Multiple platforms support: Windows, Linux, Mac, Android, Raspberry Pi, HTML5 and Oculus Rift CV1
* Custom color palette for fancy visuals on raywhite background
* Minimal external dependencies (GLFW3, OpenGL, OpenAL)
-* Complete binding for LUA [rlua]
+* Complete binding for Lua [rlua]
*
* External libs:
* GLFW3 (www.glfw.org) for window/context management and input [core]