Skip to content

Commit 01b318a

Browse files
committed
docs: Fix typo in docs formatting
1 parent 98ba1e1 commit 01b318a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gettingstarted/glossary/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The height of the tree is 3.
4040

4141
There are two types of tree traversal, Depth-First Search (DFS) and Breadth-First Search (BFS).
4242

43-
- **Depth-First Search* starts at the root and explores each branch to its leaf node before
43+
- **Depth-First Search** starts at the root and explores each branch to its leaf node before
4444
moving to the next branch
45-
- **Breadth-First Search* starts at the root and explores every child node, and recursively
45+
- **Breadth-First Search** starts at the root and explores every child node, and recursively
4646
does so for every node
4747

4848
### Pre-Order Traversal

0 commit comments

Comments
 (0)