Update json.hpp

Remove erroneous double @ref
This commit is contained in:
Neil Gatenby 2019-09-09 10:24:19 +01:00 committed by GitHub
parent eab68e7750
commit b2c927dab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1225,7 +1225,7 @@ class basic_json
- @a CompatibleType is not a different @ref basic_json type (i.e. with different template arguments)
- @a CompatibleType is not a @ref basic_json nested type (e.g.,
@ref json_pointer, @ref iterator, etc ...)
- @ref @ref json_serializer<U> has a
- @ref json_serializer<U> has a
`to_json(basic_json_t&, CompatibleType&&)` method
@tparam U = `uncvref_t<CompatibleType>`