0

Fix typos and punctuation in documentation

This commit is contained in:
Jakub Skorupa
2020-10-06 23:02:11 +02:00
parent 47a0604b5a
commit 3b0e7f8603
7 changed files with 21 additions and 21 deletions

View File

@@ -92,7 +92,7 @@ There are currently two special types of POIs. They each have a special id:
PlayerSpawn
Used to indicate the spawn location of a player. The player's name is set
in the ``EntityId`` key, and the location is in the x,y,z keys
in the ``EntityId`` key, and the location is in the x,y,z keys.
Player
Used to indicate the last known location of a player. The player's name is set
@@ -209,7 +209,7 @@ The following keys are accepted in the marker dictionary:
``icon``
Optional. Specifies the icon to use for POIs in this group. If omitted, it defaults
to a signpost icon. Note that each POI can have different icon by setting the key 'icon'
on the POI itself (this can be done by modifying the POI in the filter function. See the
on the POI itself. (this can be done by modifying the POI in the filter function. See the
example above)
``createInfoWindow``