From 24ed654e4c2fe1133a6d773310556d0c256b133d Mon Sep 17 00:00:00 2001 From: dskvr Date: Fri, 10 Feb 2023 13:44:30 +0100 Subject: [PATCH] asc -> desc --- 59.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/59.md b/59.md index e2d43f4b..b282eb5e 100644 --- a/59.md +++ b/59.md @@ -29,7 +29,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i ```json ["t", "bitcoin"] //tagTopic[] ``` -3. `"g" == tagGeo[0]` Relay Geo Data. `tagGeo[]` **may** be included in the `event.tags[]` array. `tagGeo[1]` **must** be string and **should** be a geohash. There **may** be strings defined in the key range `2+` (`tagGeo[2...]`) and they **must** be strings if set. `tagGeo[]` items **should** be ascending in terms of precision. There **should** be no more than **one (1)** `tagGeo[]` per event. +3. `"g" == tagGeo[0]` Relay Geo Data. `tagGeo[]` **may** be included in the `event.tags[]` array. `tagGeo[1]` **must** be string and **should** be a geohash. There **may** be strings defined in the key range `2+` (`tagGeo[2...]`) and they **must** be strings if set. `tagGeo[]` items **should** be descending by precision. There **should** be no more than **one (1)** `tagGeo[]` per event. ```json ["g", "ww8p1r4t8", "Amsterdam", "NL", "EU", "Earth", "Sol", "Milky Way"] //tagGeo[] ```