Skip to content

Commit 7794df4

Browse files
committed
fix typos
1 parent 1b7e4bd commit 7794df4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/Language/pod.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ The C<=> twigil provides the introspection over the Pod structure,
584584
providing a L<Pod::Block> tree root from which it is possible
585585
to access the whole structure of the Pod document.
586586
587-
As an example, the following piece of code instrospects
588-
its own Pod documentaion:
587+
As an example, the following piece of code introspects
588+
its own Pod documentation:
589589
590590
=begin code
591591
=begin pod

doc/Type/IO/Socket/INET.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Creates a new socket.
6262
If C<:$listen> is True, creates a new socket that listen on C<:$localhost>
6363
(which can be an IP address or a domain name) on port C<:$localport>; in other words
6464
the C<:$listen> flag determines the I<server mode> of the socket.
65-
Otherwise (i.e., C<:$listen> is C<False>), the new socket opens immediatly
65+
Otherwise (i.e., C<:$listen> is C<False>), the new socket opens immediately
6666
a connection to C<:$host> on port C<:$port>.
6767
6868
C<:$family> defaults to C<PF_INET> constant for IPv4, and can be set

0 commit comments

Comments
 (0)