Skip to content

Commit 78141c2

Browse files
committed
fix typo
+ other minor updates
1 parent 18c09e5 commit 78141c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/variables.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,10 +1447,10 @@ C<$*TZ> is a dynamic variable intended to contain an object with information
14471447
about the system's local timezone. It should numify to the number of
14481448
B<seconds> from GMT.
14491449
1450-
If not set explicitely, it contains just an integer value without any
1450+
If not set explicitly, it contains just an integer value without any
14511451
further information, set the first time C<$*TZ> is accessed. Any
1452-
Daylight-Saving-Time changes occurring during the duration of the
1453-
process, will B<not> be seen in that case.
1452+
daylight saving time changes occurring during the duration of the
1453+
process will B<not> be seen in that case.
14541454
14551455
X<|$*CWD>
14561456
=head4 C<$*CWD>

0 commit comments

Comments
 (0)