Fix typo in comments
This commit is contained in:
parent
717d0a9514
commit
e9e53ac8b6
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ function if_then_else_dotted(conditionf, thnf, elsef, arg)
|
|||
if (condition) then
|
||||
return applyIfNeeded(thnf, arg)
|
||||
else
|
||||
return applyIfNeeded(elsef, arg) -- if no third parameter is given, 'els' will be nil
|
||||
return applyIfNeeded(elsef, arg) -- if no third parameter is given, 'else' will be nil
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue