Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yanghuan/CSharp.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuan committed Jan 6, 2024
2 parents ce8cbe4 + 60b04e9 commit fca1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharp.lua/CoreSystem.Lua/CoreSystem/Collections/Linq.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ local function single(source, ...)
found = true
end
end
if foun then return true, result end
if found then return true, result end
return false, 0
end
end
Expand Down

0 comments on commit fca1d55

Please sign in to comment.