Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Remove comment in type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Reselim committed May 6, 2019
1 parent 5acfc21 commit a6eaf12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Binding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ function Binding.join(bindings)
assert(typeof(bindings) == "table", "Bad arg #1 to Binding.join: expected table")

for key, binding in pairs(bindings) do
--[[
Bindings exclusively and always have a InternalData member
]]
assert(Type.of(binding) == Type.Binding, ("Non-binding value passed into Binding.join at index %q"):format(key))
end
end
Expand Down

0 comments on commit a6eaf12

Please sign in to comment.