Skip to content

Commit aa912b4

Browse files
committed
fixup PseudoStash docs
(whitespace, spelling, grammar)
1 parent 2580676 commit aa912b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/Type/PseudoStash.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
C<PseudoStash> is the stash type (hanging off C<.WHO>) that backs
1010
various pseudo-packages. So, when you do C<MY::> or C<CALLER::>, that
11-
gives back a C<PseudoStash>. In most cases, C<PackageName::> gives
11+
gives back a C<PseudoStash>. In most cases, C<Package::> gives
1212
back a C<Stash>. Neither of these are objects the user is expected to
1313
create by themselves, but in case you have one, you can just use it like a
1414
hash.
@@ -18,7 +18,7 @@ my $a = 42;
1818
my $b = q/$a/;
1919
dd MY::{$b}
2020
21-
This shows how you can use a seudo-stash to look variables, by name,
22-
at runtime.
21+
This shows how you can use a C<PseudoStash> to look up variables, by name,
22+
at runtime.
2323
2424
=end pod

xt/words.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ proto's
800800
protoregexes
801801
prototyped
802802
pseudopackage
803+
pseudostash
803804
ptrdiff
804805
punct
805806
pvalname

0 commit comments

Comments
 (0)