Remove word duplication
Co-authored-by: Lucas Schwiderski <4508454+sclu1034@users.noreply.github.com>
This commit is contained in:
parent
1916677df1
commit
ba923cb80d
2
luaa.h
2
luaa.h
|
@ -32,7 +32,7 @@
|
||||||
#include "common/luaclass.h"
|
#include "common/luaclass.h"
|
||||||
|
|
||||||
#if !(501 <= LUA_VERSION_NUM && LUA_VERSION_NUM < 504)
|
#if !(501 <= LUA_VERSION_NUM && LUA_VERSION_NUM < 504)
|
||||||
print("Awesome only supports Lua versions 5.1-5.3, please refer to, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building")
|
print("Awesome only supports Lua versions 5.1-5.3, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define luaA_deprecate(L, repl) \
|
#define luaA_deprecate(L, repl) \
|
||||||
|
|
Loading…
Reference in New Issue