Skip to content

Commit

Permalink
updating error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed May 20, 2024
1 parent e6d3fb2 commit a4c5a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/triton/common/triton_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class TritonJson {
rapidjson::CrtAllocator, writeFlags>
writer(writebuffer);
if (RAPIDJSON_UNLIKELY(!writer.String(input.c_str()))) {
return "Error Escaping String";
return "Error Serializing String";
}
return writebuffer.Contents();
}
Expand Down

0 comments on commit a4c5a7d

Please sign in to comment.