Skip to content

Commit e09d526

Browse files
klaudiosinanitrekhleb
authored andcommittedAug 28, 2018
Fix minor typo on segment-tree readme (trekhleb#183)
1 parent b9d0d9a commit e09d526

File tree

1 file changed

+1
-1
lines changed
  • src/data-structures/tree/segment-tree

1 file changed

+1
-1
lines changed
 

‎src/data-structures/tree/segment-tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and geographic information systems.
4040
Current implementation of Segment Tree implies that you may
4141
pass any binary (with two input params) function to it and
4242
thus you're able to do range query for variety of functions.
43-
In tests you may fins examples of doing `min`, `max` and `sam` range
43+
In tests you may find examples of doing `min`, `max` and `sam` range
4444
queries on SegmentTree.
4545

4646
## References

0 commit comments

Comments
 (0)
Please sign in to comment.