Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Apr 2, 2016
1 parent 0d5e864 commit d7cec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QrCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ public function create()
}
$data_length = strlen($qrcode_data_string);
if ($data_length <= 0) {
throw new DataDoesntExistsException('QRCode: data does not exists.');
throw new DataDoesntExistsException('QRCode: data does not exist.');
}
$data_counter = 0;
if ($qrcode_structureappend_n > 1
Expand Down

0 comments on commit d7cec18

Please sign in to comment.