Skip to content

Commit 505d5a5

Browse files
committed
Minor fixes in README.pod
1 parent 465dc80 commit 505d5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ After merging of two files we will get:
162162

163163
Config::Processor can interpolate variables in string values (if you need alias
164164
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
166166
depends on the nesting level of the current configuration parameter relative to
167167
referenced configuration parameter.
168168

@@ -211,7 +211,7 @@ After processing we will get:
211211

212212
Assigns configuration parameter value to another configuration parameter.
213213
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
215215
the current configuration parameter relative to referenced configuration
216216
parameter.
217217

0 commit comments

Comments
 (0)