1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 13:34:53 +02: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

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")