Skip to content

Commit b89766a

Browse files
committed
Update README
1 parent 702f018 commit b89766a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ into your own array first.
6161

6262
Any RGB triplet parameters accepted by the functions in this library need only
6363
to be array-like. This reduces the need for copying, because you can supply
64-
an existing `TypedArray` or a subarray backed by a single `ArrayBuffer`.
64+
an existing `TypedArray` or a subarray backed by an existing `ArrayBuffer`.
6565

6666
When snapping colors to the Turbo colormap, a pre-initialized k-d tree is used
67-
to perform nearest-neighbor search. Color similarity it judged via simple
67+
to perform nearest-neighbor search. Color similarity is judged via simple
6868
Euclidian distance in RGB space. Other methods may result in small visual
6969
improvements, but are slower.
7070

0 commit comments

Comments
 (0)