You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/posts/flexible-indexing/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To extract the answer in code we can loop over _all_ the values of `X` to find `
35
35
36
36
> 💡 **Note:**
37
37
> With only 6 coordinates, we easily see `X[3]=8`, but for large datasets we should loop over _all_ the coordinates to ensure there are no repeated values!
38
-
This initial pass over all the coordinates to build an _index_ takes some time and may not always be desireable.
38
+
> This initial pass over all the coordinates to build an _index_ takes some time and may not always be desireable.
0 commit comments