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
1 changed files with 1 additions and 1 deletions

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