Skip to content

Commit 3ae95b0

Browse files
author
Trey Harris
committed
Fix typo in functions.pod6
The typo causes the example code block to not be formatted.
1 parent b6cb311 commit 3ae95b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ parameter, allowing a C<multi> which takes additional arguments. The third call
249249
fails at compile time because the proto's C<signature> becomes the common
250250
signature of all three, and C<42> doesn't match C<Str>.
251251
252-
=fod code :skip-test
252+
=for code :skip-test
253253
say &congratulate.signature #-> (Str $reason, Str $name, | is raw)
254254
255255
You can give the C<proto> a function body, and place the C<{*}> where

0 commit comments

Comments
 (0)