From 76d88286006bf38c975a7bd6690d462578247d67 Mon Sep 17 00:00:00 2001 From: Minke Zhang Date: Tue, 16 Nov 2021 01:32:08 -0800 Subject: [PATCH] Update documentation --- kd/kd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kd/kd.go b/kd/kd.go index 71332c5..1d9f75a 100644 --- a/kd/kd.go +++ b/kd/kd.go @@ -1,4 +1,4 @@ -// Package kd implements a 2D K-D tree with arbitrary data packing and duplicate +// Package kd implements a K-D tree with arbitrary data packing and duplicate // data coordinate support. // // K-D trees are generally a cacheing layer representation of the local state --