Skip to content

Commit

Permalink
Update SyntaxTree.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegmaticprogrammer committed Jul 26, 2021
1 parent 6df3914 commit c398434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ParsingKit/SyntaxTree.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class SyntaxTree : Hashable {
})
}

subscript (_ index : Int) -> SyntaxTree {
public subscript (_ index : Int) -> SyntaxTree {
return children[index]
}

Expand Down

0 comments on commit c398434

Please sign in to comment.