Skip to content

Commit d32d015

Browse files
authored
Fixed typo (#5439)
Changed it's (it is) to its
1 parent 21cf3cc commit d32d015

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)