X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fprefetch%2Fdiamond.t;h=f7a21e037ffe42a04d4a760d1c56ffdb256f4c51;hp=9dbea1a690349a74c2f6874dfb0405c0e7ef5108;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36 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.