Skip to content

Commit

Permalink
Changed some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
madbranch committed Apr 10, 2015
1 parent 87ad19c commit fed4c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/JsonBox/Value.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ namespace JsonBox {
* @param output Output stream to write the value to.
* @param indent Specifies if the output is to have nice indentation or
* not.
* @param escapeAll Specifies if all the JSON escapable characters
* should be escaped or not.
* @param escapeAll Specifies whether or not all the JSON escapable
* characters should be escaped.
* @see JsonBox::Value::operator<<(std::ostream& output, const Value& v)
* @see JsonBox::Value::escapeAllCharacters
* @see JsonBox::Value::escapeMinimumCharacters
Expand Down

0 comments on commit fed4c55

Please sign in to comment.