mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
fix: typo
add a necessary space to split two concatenated words
This commit is contained in:
parent
8272256dd0
commit
088f5ab888
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ public: // 'tors
|
|||
|
||||
public: // Exposed static APIs
|
||||
/**
|
||||
* Splitsa JWT string into its three parts
|
||||
* Splits a JWT string into its three parts
|
||||
* using dot('.') as the delimiter.
|
||||
*
|
||||
* @note: Instead of actually splitting the API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue