Skip to content

Commit e54a3df

Browse files
authoredAug 8, 2020
Fix README typo (trekhleb#524)
1 parent f42433e commit e54a3df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

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

4949
## References

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A implementação atual da Árvore de Segmentos implica que você pode passar
3939
qualquer função binária (com dois parâmetros de entradas) e então, você
4040
será capaz de realizar consultas de intervalos para uma variedade de funções.
4141
Nos testes você poderá encontrar exemplos realizando `min`, `max` e consultas de
42-
intervalo `sam` na árvore segmentada (SegmentTree).
42+
intervalo `sum` na árvore segmentada (SegmentTree).
4343

4444
## Referências
4545

0 commit comments

Comments
 (0)
Please sign in to comment.