Skip to content

Commit e0c5bd6

Browse files
committed
Fix more typos.
1 parent 8079e0b commit e0c5bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/operators.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ L<.subst method|/routine/subst>, which go between the `s`/`S` and the opening
142142
$str ~~ s:g/match/replacement/;
143143
say S:i :g /match/replacement/;
144144
145-
You can also use a different delimeter:
145+
You can also use a different delimiter:
146146
147147
$str ~~ s!foo!!;
148148
say S{foo} = {} given 'foobar';

doc/Type/Semaphore.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ case the semaphore is typically initialized to 1.
3838
It is important to have a release on every exit of your program! While this is
3939
obvious, it is easy to fall in traps such as trowing an exception caused by some
4040
event. When the program dies there is no problem. When the exception is caught
41-
your program might eventualy come back to the acquire method and will hang
41+
your program might eventually come back to the acquire method and will hang
4242
indefinitely.
4343
4444
=head1 Methods

0 commit comments

Comments
 (0)