Skip to content

Commit 04ee790

Browse files
committed
remove use of "HLL".
1 parent ba91684 commit 04ee790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Thread.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ L<name|#method_name>.
141141
142142
Returns a Bool indicating whether the current thread (if called as a class
143143
method) or the Thread object on which it is called, is the initial thread
144-
of the program seen from a HLL-language perspective.
144+
the program started on.
145145
146146
say Thread.is-initial-thread; # True if this is the initial thread
147147
say $*THREAD.is-initial-thread; # True if $*THREAD is the initial thread

0 commit comments

Comments
 (0)