Skip to content

Commit

Permalink
Merge pull request #313 from 5tefan/develop
Browse files Browse the repository at this point in the history
trivial documentation fix
  • Loading branch information
nlohmann authored Oct 2, 2016
2 parents d6005e5 + be61091 commit 963efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json.hpp.re2c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 963efb1

Please sign in to comment.