diff --git a/doc/Language/variables.pod6 b/doc/Language/variables.pod6 index 0e761ae28..da8cdf458 100644 --- a/doc/Language/variables.pod6 +++ b/doc/Language/variables.pod6 @@ -1165,7 +1165,7 @@ X<|%*ENV>X<|$*REPO>X<|$*TZ> X<|$*CWD>X<|$*KERNEL>X<|$*DISTRO>X<|$*VM>X<|$*PERL>X<|$*PID>X<|$*PROGRAM-NAME> X<|$*PROGRAM>X<|$*EXECUTABLE>X<|$*EXECUTABLE-NAME>X<|$*USER>X<|$*GROUP> X<|$*HOME>X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE> -=head3 Runtime Enviroment +=head3 Runtime Environment =item C<%*ENV> Environment variables; diff --git a/doc/Type/Iterator.pod6 b/doc/Type/Iterator.pod6 index 0ce0ae846..1ae7ebcb3 100644 --- a/doc/Type/Iterator.pod6 +++ b/doc/Type/Iterator.pod6 @@ -121,7 +121,8 @@ a simplistic subroutine re-implementation of the C loop. for( Seq.new(CountDown.new), &say ); # OUTPUT: «10␤9␤8␤7␤6␤5␤4␤3␤2␤1␤lift off␤» -It would be more idiomatic to use C or C, and a sigiless variable. +It would be more idiomatic to use C or C, and a sigil-less +variable. =begin code :preamble until IterationEnd =:= (my \pulled = $iterator.pull-one) { diff --git a/xt/code.pws b/xt/code.pws index 35d75bba7..e8ceff5c9 100644 --- a/xt/code.pws +++ b/xt/code.pws @@ -374,6 +374,7 @@ shortname skippingarray sl sleepsorter +sliceable sockaddr socklen socktype