File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -898,8 +898,8 @@ sub write-kind($kind) {
898
898
?? @ subkinds . list[0 ]
899
899
!! $ kind ;
900
900
my $ pod = pod-with-title(
901
- " Documentation for $ subkind $ name" ,
902
- pod-block(" Documentation for $ subkind $ name , assembled from the following types:" ),
901
+ " $ subkind $ name" ,
902
+ pod-block(" $ subkind $ name , assembled from the following types:" ),
903
903
@ docs . map ({
904
904
pod-heading(" { . origin. human-kind} { . origin. name } " ),
905
905
pod-block(" From " ,
@@ -926,7 +926,7 @@ sub write-kind($kind) {
926
926
927
927
sub write-qualified-method-call (: $ name ! , : $ pod ! , : $ type ! ) {
928
928
my $ p = pod-with-title(
929
- " Documentation for method $ type .$ name" ,
929
+ " method $ type .$ name" ,
930
930
pod-block(' From ' , pod-link($ type , " /type/{ $ type } #$ name" )),
931
931
@$ pod ,
932
932
);
You can’t perform that action at this time.
0 commit comments