Skip to content

Commit b551119

Browse files
authored
Merge pull request cp-algorithms#1185 from 3centroids/patch-2
grammar
2 parents 40d9046 + 7a34961 commit b551119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_structures/segment_tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ And if we stop partitioning whenever the query segment coincides with the vertex
138138
### Update queries
139139

140140
Now we want to modify a specific element in the array, let's say we want to do the assignment $a[i] = x$.
141-
And we have to rebuild the Segment Tree, such that it correspond to the new, modified array.
141+
And we have to rebuild the Segment Tree, such that it corresponds to the new, modified array.
142142

143143
This query is easier than the sum query.
144144
Each level of a Segment Tree forms a partition of the array.

0 commit comments

Comments
 (0)