Skip to content

Commit a7aed3e

Browse files
committed
Document Str.subst
Part of #2277 D#2277
1 parent ec2d63f commit a7aed3e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/Type/Cool.pod6

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,14 @@ Defined as:
13411341
13421342
Coerces the invocant to L<Stringy> and calls L<Str.match|/type/Str#method_match>.
13431343
1344+
=head2 method subst
1345+
1346+
Defined as:
1347+
1348+
method subst(|)
1349+
1350+
Coerces the invocant to L<Stringy> and calls L<Str.subst|/type/Str#method_subst>.
1351+
13441352
=head2 method trans
13451353
13461354
Defined as:
@@ -1472,7 +1480,7 @@ the case it's being used as a C<sub>
14721480
14731481
14741482
TODO:
1475-
match, subst, sprintf, printf, samecase
1483+
sprintf, printf, samecase
14761484
14771485
=end comment
14781486

0 commit comments

Comments
 (0)