1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-01-13 22:42:02 +01:00

Merge pull request #1126 from vinipsmaker/patch-1

[lua] Fix typo
This commit is contained in:
Rico Sta. Cruz 2019-12-18 13:32:23 +11:00 committed by GitHub
commit 3176e8c706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lua.md
View File

@ -61,7 +61,7 @@ title: Lua
if condition then
print("yes")
elsif condition then
elseif condition then
print("maybe")
else
print("no")