summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <pgrandin@users.noreply.github.com>2019-06-05 14:15:33 -0600
committerGitHub <noreply@github.com>2019-06-05 14:15:33 -0600
commit22e33b8086879999cb0262b73851b48afff69bb5 (patch)
treeebe4f8900a9f9d4072dd8e970c8b44b2db4923ec
parent2de7ada3539a2d593ec9568c17a2de06d6918dac (diff)
downloadnavit-22e33b8086879999cb0262b73851b48afff69bb5.tar.gz
Update docs/binfile.rst
Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com>
-rw-r--r--docs/binfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/binfile.rst b/docs/binfile.rst
index fb4979939..572ebbe19 100644
--- a/docs/binfile.rst
+++ b/docs/binfile.rst
@@ -104,7 +104,7 @@ How an object is placed in a tile
An object is placed inside of a tile using the following approach
-* If the object can fit into one of the 4 top most tiles it is placed in that tile
+* If the object can fit into one of the 4 top tiles it is placed in that tile
* The 4 sub-tiles are then checked to see if the object will fit inside of any of the four tiles that are contained inside of the sub-tile. If so, it is moved down a tile. This step is repeated until the object spans 2 or more tiles (or the lowest tile level is reached)