Skip to content

Commit a910a90

Browse files
committed
Fix typo
1 parent aca3217 commit a910a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct my_favorite_json_library_traits {
2525
using integer_type = int64_t; // The "integral type"
2626
using boolean_type = bool; // The "boolean type"
2727

28-
// Translation between the implementation notion of type, to the jwt::json::type equivilant
28+
// Translation between the implementation notion of type, to the jwt::json::type equivalent
2929
static jwt::json::type get_type(const value_type &val) {
3030
using jwt::json::type;
3131

0 commit comments

Comments
 (0)