Skip to content

Commit 1a620ed

Browse files
authored
Fix typo
1 parent 61ec71e commit 1a620ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_structures/k_d_tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- k-d trees are d-dimensional binary search trees.
1+
-- k-d trees are k-dimensional binary search trees.
22
-- They are particularly suitable for answering nearest neighbor queries after preprocessing a set of points.
33

44
local k_d_tree = {}

0 commit comments

Comments
 (0)