Skip to content

Commit a972217

Browse files
authored
Add some missing linebreaks to create code blocks
1 parent 2af9049 commit a972217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Type/Cool.pod6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@ C<$pattern> is applied to the remaining characters of C<$string>.
861861
=head2 method uniprop
862862
863863
Defined as:
864+
864865
sub uniprop(Str(Cool), |c)
865866
sub uniprop(Int:D $code, Stringy:D $propname)
866867
sub uniprop(Str, $propname, Stringy:D $propname)
@@ -880,6 +881,7 @@ Returns a Bool for Boolean properties.
880881
=head2 method uniprops
881882
882883
Defined as:
884+
883885
sub uniprops(Str:D $str, Stringy:D $propname = "General_Category")
884886
885887
Interprets the invocant as a L<Str|/type/Str>, and returns the
@@ -931,6 +933,7 @@ codepoints in that character.
931933
=head2 method unimatch
932934
933935
Defined as:
936+
934937
sub unimatch(Str:D $str, |c)
935938
unimatch(Int:D $code, Stringy:D $pvalname, Stringy:D $propname = $pvalname)
936939

0 commit comments

Comments
 (0)