From 088f5ab888676e0fea1427d09e1f5ddf65f0b10f Mon Sep 17 00:00:00 2001 From: Val <10380199+ValBaturin@users.noreply.github.com> Date: Fri, 4 Jun 2021 17:36:17 +0300 Subject: [PATCH] fix: typo add a necessary space to split two concatenated words --- include/jwt/jwt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jwt/jwt.hpp b/include/jwt/jwt.hpp index 3d00162..8a45ab7 100644 --- a/include/jwt/jwt.hpp +++ b/include/jwt/jwt.hpp @@ -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