load order docs: clarify unclear wording

This commit is contained in:
Geoff Schmidt
2012-10-20 01:26:03 -07:00
parent 893e37f4d7
commit 7c0da2c1b4

View File

@@ -93,8 +93,8 @@ application are loaded according to these rules:
* Files in subdirectories are loaded before files in parent
directories, so that files in the deepest subdirectory are loaded
first (after `lib`), and files in the root directory are loaded
last (after `main.*`).
first (after `lib`), and files in the root directory are loaded last
(other than `main.*`).
* Within a directory, files are loaded in alphabetical order by
filename.