summaryrefslogtreecommitdiffstats
path: root/src/options/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/get.rs')
-rw-r--r--src/options/get.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/get.rs b/src/options/get.rs
index 2ee3ee1b..974b9a83 100644
--- a/src/options/get.rs
+++ b/src/options/get.rs
@@ -9,7 +9,7 @@ use ProvenancedOptionValue::*;
// Look up a value of type `T` associated with `option name`. The search rules are:
//
// 1. If there is a value associated with `option_name` in the main [delta] git config
-// section, then stop searching and return that value.
+// section, then stop searching and return that value (steps 2 and 3 are not executed at all).
//
// 2. For each feature in the ordered list of enabled features:
//