Keats / jsonwebtoken

JWT lib in rust
MIT License
1.65k stars 263 forks source link

Docs: fix copy paste error in ErrorKind::InvalidSubject #196

Closed Akarys42 closed 3 years ago

Akarys42 commented 3 years ago

The documentation for ErrorKind::InvalidSubject mentioned the aud claim instead of sub. This commit fixes it.

Keats commented 3 years ago

Can you do the PR on the next branch instead?

Akarys42 commented 3 years ago

Can you do the PR on the next branch instead?

@Keats sure, changed!

Keats commented 3 years ago

ah, it seems I need to rebase next..

Keats commented 3 years ago

Thanks!