Skip to content

Commit ae24046

Browse files
authored
s/statup/startup/
1 parent 3b3c29b commit ae24046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
10991099
------------------+--------------------------------------------
11001100
$*REPO | A variable holding information about modules installed/loaded
11011101
------------------+--------------------------------------------
1102-
$*INIT-INSTANT | An Instant object representing program statup time.
1102+
$*INIT-INSTANT | An Instant object representing program startup time.
11031103
| In particular, this is when the core code starts up,
11041104
| so the value of $*INIT-INSTANT may be a few miliseconds
11051105
| earlier than C<INIT now> or even C<BEGIN now> executed

0 commit comments

Comments
 (0)