mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Fix formatting typo in syntax-lambda-function.md
This commit is contained in:
parent
cc54f65112
commit
66ad54f2aa
1 changed files with 1 additions and 1 deletions
|
@ -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, ...)
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
Loading…
Add table
Reference in a new issue