Skip to content

Commit d1c282c

Browse files
committed
That'll be spaces not tabs
1 parent fbaf86a commit d1c282c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/Language/variables.pod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,17 @@ runtime L<failure|/type/Failure>, so a dynamic variable variable can be
199199
used undeclared as long as it is checked for definedness or used in a
200200
boolean context before using it for anything else:
201201
202-
=begin code
203-
sub foo() {
204-
$*FOO // 'foo';
205-
}
202+
=begin code
203+
sub foo() {
204+
$*FOO // 'foo';
205+
}
206206
207-
say foo; # -> 'foo'
207+
say foo; # -> 'foo'
208208
209-
my $*FOO = 'bar';
209+
my $*FOO = 'bar';
210210
211-
say foo; # -> 'bar'
212-
=end code
211+
say foo; # -> 'bar'
212+
=end code
213213
214214
215215
=head2 The C<!> Twigil

0 commit comments

Comments
 (0)