[lua] Fix typo

This commit is contained in:
Vinícius dos Santos Oliveira 2019-06-22 13:48:42 -03:00 committed by GitHub
parent c706d50ca4
commit 5bb0b19505
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")