We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3c29b commit ae24046Copy full SHA for ae24046
doc/Language/variables.pod6
@@ -1099,7 +1099,7 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
1099
------------------+--------------------------------------------
1100
$*REPO | A variable holding information about modules installed/loaded
1101
1102
- $*INIT-INSTANT | An Instant object representing program statup time.
+ $*INIT-INSTANT | An Instant object representing program startup time.
1103
| In particular, this is when the core code starts up,
1104
| so the value of $*INIT-INSTANT may be a few miliseconds
1105
| earlier than C<INIT now> or even C<BEGIN now> executed
0 commit comments