Fix minor typo on segment-tree readme (#183)

This commit is contained in:
Klaus Sinani 2018-08-28 06:37:19 +03:00 committed by Oleksii Trekhleb
parent b9d0d9ab38
commit e09d526785

View File

@ -40,7 +40,7 @@ and geographic information systems.
Current implementation of Segment Tree implies that you may Current implementation of Segment Tree implies that you may
pass any binary (with two input params) function to it and pass any binary (with two input params) function to it and
thus you're able to do range query for variety of functions. thus you're able to do range query for variety of functions.
In tests you may fins examples of doing `min`, `max` and `sam` range In tests you may find examples of doing `min`, `max` and `sam` range
queries on SegmentTree. queries on SegmentTree.
## References ## References