Fix formatting typo in syntax-lambda-function.md

This commit is contained in:
James 2024-05-20 13:29:22 -04:00 committed by GitHub
parent cc54f65112
commit 66ad54f2aa
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ local ok, ten = pcall(\() 10 \)
local v1, v2, v3, ... = ArgsSorter(function(a, b) local v1, v2, v3, ... = ArgsSorter(function(a, b)
return a < b return a < b
end)(x, y, z, ...) end)(x, y, z, ...)
]] ]]
local v1, v2, v3, ... = ArgsSorter \(a, b) a < b \ (x, y, z, ...) local v1, v2, v3, ... = ArgsSorter \(a, b) a < b \ (x, y, z, ...)
--[[ --[[