Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 26, 2023
1 parent a91b431 commit 309f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6315,7 +6315,7 @@ our $_OptionEmitters = {
}
if(defined $h{offset}) {
unless($h{offset}){
push(@l,'noofset');
push(@l,'nooffset');
} else {
if(ref($h{offset}) eq 'ARRAY') {
push(@l, "offset", join(",",@{$h{offset}}));
Expand Down

0 comments on commit 309f2b8

Please sign in to comment.