Skip to content

Commit

Permalink
perlclassguts.pod: spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Util authored and khwilliamson committed May 26, 2023
1 parent 7fbe3ca commit cf747c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlclassguts.pod
Expand Up @@ -360,7 +360,7 @@ defined by the core itself.
During compilation, the parser makes use of a suspended compcv when parsing
the defaulting expression for a field. All the expressions for all the fields
in the class share the same suspended compcv, which is then compiled up into
the same internal CV called by the constructor to intialize all the fields
the same internal CV called by the constructor to initialize all the fields
provided by that class.

=head1 RUNTIME BEHAVIOUR
Expand Down

0 comments on commit cf747c2

Please sign in to comment.