From 7c0da2c1b41dfd98984387a4e5f2208561dd1acb Mon Sep 17 00:00:00 2001 From: Geoff Schmidt Date: Sat, 20 Oct 2012 01:26:03 -0700 Subject: [PATCH] load order docs: clarify unclear wording --- docs/client/concepts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client/concepts.html b/docs/client/concepts.html index 2f24ff2089..5a7056d155 100644 --- a/docs/client/concepts.html +++ b/docs/client/concepts.html @@ -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.