Skip to content

Commit b024470

Browse files
janhohenheimras0219-msft
authored andcommitted
Fix XML in comment (#705)
1 parent 4cc30c7 commit b024470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ namespace json
266266
/// <remarks>
267267
/// This overload has O(n) performance because it tries to determine if
268268
/// specified string has characters that should be properly escaped in JSON.
269-
/// <remarks>
269+
/// </remarks>
270270
static _ASYNCRTIMP value __cdecl string(utility::string_t value);
271271

272272
/// <summary>

0 commit comments

Comments
 (0)