summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFelipe Gasper <felipe@felipegasper.com>2021-06-15 00:25:38 -0400
committerJames E Keenan <jkeenan@cpan.org>2021-06-15 06:35:54 -0400
commit5ab5717f6c5cffd470fe7dd317d88f0dbc20903c (patch)
tree772aa53fddf046707bf5656292db3e9e99623671 /pod
parent9b7a2e9a504993262ba7201acf590d0b94bf5a9d (diff)
downloadperl-5ab5717f6c5cffd470fe7dd317d88f0dbc20903c.tar.gz
Fix spelling: precede
Diffstat (limited to 'pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index b05d82486e..b1a3cbcdf4 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -3713,7 +3713,7 @@ of the smaller cases.
Instead, the stack stores information in a variable-length encoding of C<ANY>
structures. The final value pushed is stored in the C<UV> field which encodes
-the kind of item held by the preceeding items; the count and types of which
+the kind of item held by the preceding items; the count and types of which
will depend on what kind of item is being stored. The kind field is pushed
last because that will be the first field to be popped when unwinding items
from the stack.