Skip to content

Commit cd93a9f

Browse files
docs: fix tree comment typo (#634)
Co-authored-by: rohan436 <[email protected]>
1 parent 25c5fb2 commit cd93a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tree/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (t *Tree) String() string {
156156

157157
// Child adds a child to this Tree.
158158
//
159-
// If a Child Tree is passed without a root, it will be parented to it's sibling
159+
// If a Child Tree is passed without a root, it will be parented to its sibling
160160
// child (auto-nesting).
161161
//
162162
// tree.Root("Foo").Child("Bar", tree.New().Child("Baz"), "Qux")

0 commit comments

Comments
 (0)