Skip to content

Commit

Permalink
Inline documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-curated committed Jan 23, 2021
1 parent 9f4e9c8 commit 60acf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tube_api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ function Tube:set_invalid_sides(name, invalid_sides)
self.valid_node_contact_sides[name] = complete_valid_sides(invert_booleans(Tbl(invalid_sides)), existing_defaults)
end

-- Checks the list of secondary nodes to see if a
-- given side can be connected to
-- Checks the list of valid node connection sides to
-- see if a given side can be connected to
function Tube:is_valid_side(name, side)
local valid_sides = self.valid_node_contact_sides[name]
if valid_sides then
Expand Down

0 comments on commit 60acf03

Please sign in to comment.