From 5bb0b19505d980fab66cc72bd3c280ec89b57cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20dos=20Santos=20Oliveira?= Date: Sat, 22 Jun 2019 13:48:42 -0300 Subject: [PATCH] [lua] Fix typo --- lua.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua.md b/lua.md index fa82493b4..d4322909d 100644 --- a/lua.md +++ b/lua.md @@ -61,7 +61,7 @@ title: Lua if condition then print("yes") - elsif condition then + elseif condition then print("maybe") else print("no")