Skip to content

Commit 98c30cd

Browse files
authored
Remove unneeded indent of code
1 parent a1f0ae3 commit 98c30cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/terms.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ an L<identifier|/language/syntax#Identifiers> with an I<optional> sigil.
231231
Constants are L«C<our> scoped|/language/variables#The_our_Declarator»
232232
by default.
233233
234-
=begin code
234+
=begin code
235235
constant foo = 42;
236236
my constant $baz = rand;
237237
our constant @foo = 1, 2, 3;
238238
constant %bar = %(:42foo, :100bar);
239-
=end code
239+
=end code
240240
241241
I<NOTE: if you're using the Rakudo compiler, you need version 2018.07
242242
or newer for type constraints and auto-coercion on constants to be available.

0 commit comments

Comments
 (0)