Skip to content

Commit d69f485

Browse files
authored
Update README.md
1 parent 2bbceda commit d69f485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>A classic Binary Search Tree written in Rust.</p>
1010

11-
In this implementation, each node of the binary tree contains only one useful value. To order the nodes, the elements must implement the ```Ord``` trait
11+
In this implementation, each node of the binary tree contains only one useful value. To order the nodes, the elements must implement the ```Ord``` trait.
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)