Skip to content

Commit d75a668

Browse files
chore: fix typos in src/main/java/com/thealgorithms/datastructures/trees/BSTRecursiveGeneric.java (#7030)
Fix typos in src/main/java/com/thealgorithms/datastructures/trees/BSTRecursiveGeneric.java
1 parent 65eeb55 commit d75a668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/trees/BSTRecursiveGeneric.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public BSTRecursiveGeneric() {
3030
}
3131

3232
/**
33-
* Displays the tree is a structed format
33+
* Displays the tree is a structured format
3434
*/
3535
public void prettyDisplay() {
3636
prettyDisplay(root, 0);

0 commit comments

Comments
 (0)