We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0de7f7 commit cc9a8a0Copy full SHA for cc9a8a0
src/s2/s2closest_edge_query_base.h
@@ -929,7 +929,7 @@ void S2ClosestEdgeQueryBase<Distance>::InitCovering() {
929
if (next.id() != last.id()) {
930
// The index has at least two cells. Choose a level such that the entire
931
// 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).
+ // faces) or 4 cells (if the index spans a single face).
933
int level = next.id().GetCommonAncestorLevel(last.id()) + 1;
934
935
// Visit each potential top-level cell except the last (handled below).
0 commit comments