Skip to content

Commit 112a64a

Browse files
authored
Fixed typo
Changed it's (it is) to its
1 parent f780433 commit 112a64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/binary_tree_mirror.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Problem Description:
3-
Given a binary tree, return it's mirror.
3+
Given a binary tree, return its mirror.
44
"""
55

66

0 commit comments

Comments
 (0)