Skip to content

Commit 4ede88c

Browse files
committed
typos
1 parent 5f81319 commit 4ede88c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/Language/concurrency.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ will be kept (and consequently will evaluate to True in a boolean context,)
371371
when the channel is closed.
372372
373373
Because looping over a channel in this manner is a common pattern there is
374-
a simpler fumctional syntax to do this:
374+
a simpler functional syntax to do this:
375375
376376
my $channel = Channel.new;
377377

lib/Language/operators.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ In most cases, a dot may be placed before a postfix or postcircumfix:
265265
@a.[1, 2, 3]; # Same
266266
267267
This can be useful for visual clarity or brevity. For example, if an object's
268-
attribute is a function, putting a pair of paretheses after the attribute name
269-
will become part of the method call. So either two pairs of paretheses must be
270-
used, or a dot has to come before the parentheses to seperate it from the method
268+
attribute is a function, putting a pair of parentheses after the attribute name
269+
will become part of the method call. So either two pairs of parentheses must be
270+
used, or a dot has to come before the parentheses to separate it from the method
271271
call.
272272
273273
class Operation {

0 commit comments

Comments
 (0)