We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca3217 commit a910a90Copy full SHA for a910a90
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