Skip to content

Commit

Permalink
Tweak error message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimms committed Apr 13, 2021
1 parent c8d2668 commit 234e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDF/API2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ sub importPageIntoForm {
unless ($s_page->{' opened'}) {
croak join(' ',
"Pages may only be imported from a complete PDF.",
"Save and reopen the source PDF object first.");
"Save and reopen the source PDF object first");
}

if (defined $s_page->{'Contents'}) {
Expand Down

0 comments on commit 234e5b3

Please sign in to comment.