mirror of https://github.com/tidwall/buntdb.git
fixed 2D point typo
This commit is contained in:
parent
14a6fc65a5
commit
092539ee71
|
@ -306,7 +306,7 @@ The bracket syntax `[-117 30],[-112 36]` is unique to BuntDB, and it's how the b
|
||||||
- **3D rectangle:** `[10 15 12],[20 25 18]`
|
- **3D rectangle:** `[10 15 12],[20 25 18]`
|
||||||
*Min XYZ: "10x15x12", Max XYZ: "20x25x18"*
|
*Min XYZ: "10x15x12", Max XYZ: "20x25x18"*
|
||||||
|
|
||||||
- **2D point:** `[10 15 12]`
|
- **2D point:** `[10 15]`
|
||||||
*XY: "10x15"*
|
*XY: "10x15"*
|
||||||
|
|
||||||
- **LatLon point:** `[-112.2693 33.5123]`
|
- **LatLon point:** `[-112.2693 33.5123]`
|
||||||
|
|
Loading…
Reference in New Issue