Skip to content

Commit cc9a8a0

Browse files
authored
Fix comment typo in "s2closest_edge_query_base.h"
Noticed this while working on golang/geo#247
1 parent e0de7f7 commit cc9a8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s2/s2closest_edge_query_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ void S2ClosestEdgeQueryBase<Distance>::InitCovering() {
929929
if (next.id() != last.id()) {
930930
// The index has at least two cells. Choose a level such that the entire
931931
// index can be spanned with at most 6 cells (if the index spans multiple
932-
// faces) or 4 cells (it the index spans a single face).
932+
// faces) or 4 cells (if the index spans a single face).
933933
int level = next.id().GetCommonAncestorLevel(last.id()) + 1;
934934

935935
// Visit each potential top-level cell except the last (handled below).

0 commit comments

Comments
 (0)