Skip to content

Commit a2b8e57

Browse files
committed
fix typo
1 parent b356536 commit a2b8e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Bool.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As an example:
2828
2929
my $b = Bool.new( True );
3030
# when True on the right side returns
31-
# alway True
31+
# always True
3232
True ~~ $b; # True
3333
False ~~ $b; # True
3434

0 commit comments

Comments
 (0)