From be6109140106f925ba1e499c5d6adfd3d5fde161 Mon Sep 17 00:00:00 2001 From: Stefan Codrescu Date: Fri, 16 Sep 2016 18:15:36 -0600 Subject: [PATCH] trivial documentation fix --- src/json.hpp.re2c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 892c48a4..48224835 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -9867,7 +9867,7 @@ inline nlohmann::json operator "" _json(const char* s, std::size_t) @brief user-defined string literal for JSON pointer This operator implements a user-defined string literal for JSON Pointers. It -can be used by adding `"_json"` to a string literal and returns a JSON pointer +can be used by adding `"_json_pointer"` to a string literal and returns a JSON pointer object if no parse error occurred. @param[in] s a string representation of a JSON Pointer