fixed 2D point typo

This commit is contained in:
Josh Baker 2016-08-02 07:08:56 -07:00 committed by GitHub
parent 14a6fc65a5
commit 092539ee71
1 changed files with 1 additions and 1 deletions

View File

@ -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]`
*Min XYZ: "10x15x12", Max XYZ: "20x25x18"*
- **2D point:** `[10 15 12]`
- **2D point:** `[10 15]`
*XY: "10x15"*
- **LatLon point:** `[-112.2693 33.5123]`