fix: typo

add a necessary space to split two concatenated words
This commit is contained in:
Val 2021-06-04 17:36:17 +03:00 committed by GitHub
parent 8272256dd0
commit 088f5ab888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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