Skip to content

Commit

Permalink
Add missing bracket (jwtk#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max authored and lhazlewood committed Oct 2, 2019
1 parent 94d1511 commit 56db77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ try {

// we can safely trust the JWT

catch (JwtException ex) { // (4)
} catch (JwtException ex) { // (4)

// we *cannot* use the JWT as intended by its creator
}
Expand Down

0 comments on commit 56db77e

Please sign in to comment.