File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ After merging of two files we will get:
162
162
163
163
Config::Processor can interpolate variables in string values (if you need alias
164
164
for complex structures see C<var> directive). Variable names can be absolute or
165
- relative. Relative variable names begins with dot "." The number of dots
165
+ relative. Relative variable names begins with "." (dot). The number of dots
166
166
depends on the nesting level of the current configuration parameter relative to
167
167
referenced configuration parameter.
168
168
@@ -211,7 +211,7 @@ After processing we will get:
211
211
212
212
Assigns configuration parameter value to another configuration parameter.
213
213
Variable names in the directive can be absolute or relative. Relative variable
214
- names begins with dot ".". The number of dots depends on the nesting level of
214
+ names begins with "." (dot) . The number of dots depends on the nesting level of
215
215
the current configuration parameter relative to referenced configuration
216
216
parameter.
217
217
You can’t perform that action at this time.
0 commit comments