OSDN Git Service

Regular updates
[twpd/master.git] / lua.md
diff --git a/lua.md b/lua.md
index ade10c4..bf4aea9 100644 (file)
--- 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")