Fix README typo (#524)

This commit is contained in:
Chao Zhang
2020-08-08 05:45:15 -04:00
committed by GitHub
parent f42433e51e
commit e54a3df231
2 changed files with 2 additions and 2 deletions

View File

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