Skip to content

Commit

Permalink
fix typo in synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Oct 11, 2022
1 parent c07fc2d commit 036c24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Curl::Error->throw( code => $code ) if $code != Curl::Error::CURLE_OK;
Defining error class without a strerror

```perl
package Curl::<Error {
package Curl::Error {
use Exception::FFI::ErrorCode
code => {
CURLE_OK => [ 0, 'no error' ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Exception/FFI/ErrorCode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Throwing:
Defining error class without a strerror
package Curl::<Error {
package Curl::Error {
use Exception::FFI::ErrorCode
code => {
CURLE_OK => [ 0, 'no error' ],
Expand Down

0 comments on commit 036c24e

Please sign in to comment.