Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Relationship/ManyToMany.pm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ EOC
}
;

# make sure folks are not invoking a bizarre mix of deprecated and curent syntax
# make sure folks are not invoking a bizarre mix of deprecated and current syntax
$self->throw_exception(
"'%1$s' expects an arrayref of objects or hashrefs to link to, and an optional hashref of link data"
) if (
Expand Down