Skip to content

Commit 7889e4f

Browse files
committed
remove extra dot from p6doc -f result
1 parent 43b6b02 commit 7889e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sub disambiguate-f-search($docee, %data) {
143143
my @types = %data{$ndocee}.values>>.Str.grep({ $^v ~~ /^ 'Type' / });
144144
@types = [gather @types.deepmap(*.take)].unique.list;
145145
@types.=grep({!/$pref/});
146-
%found{$ndocee}.push: @types X~ "." ~ $docee;
146+
%found{$ndocee}.push: @types X~ $docee;
147147
}
148148
}
149149

0 commit comments

Comments
 (0)