We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca3217 commit 73f2341Copy full SHA for 73f2341
docs/traits.md
@@ -25,7 +25,7 @@ struct my_favorite_json_library_traits {
25
using integer_type = int64_t; // The "integral type"
26
using boolean_type = bool; // The "boolean type"
27
28
- // Translation between the implementation notion of type, to the jwt::json::type equivilant
+ // Translation between the implementation notion of type, to the jwt::json::type equivalent
29
static jwt::json::type get_type(const value_type &val) {
30
using jwt::json::type;
31
0 commit comments