X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fdiamond.t;h=f7a21e037ffe42a04d4a760d1c56ffdb256f4c51;hb=574dd7c9e960fd2fa6ad083454776adf3cd967e9;hp=9dbea1a690349a74c2f6874dfb0405c0e7ef5108;hpb=8bc474676193d8832932f01cc60f85e7c1d44c76;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/diamond.t b/t/prefetch/diamond.t index 9dbea1a..f7a21e0 100644 --- a/t/prefetch/diamond.t +++ b/t/prefetch/diamond.t @@ -31,7 +31,7 @@ my $ars = $schema->resultset ('Artwork'); # The current artwork belongs to a cd by artist1 # but the artwork itself is painted by artist2 # -# What we try is all possible permutations of join/prefetch +# What we try is all possible permutations of join/prefetch # combinations in both directions, while always expecting to # arrive at the specific artist at the end of each path.