summaryrefslogtreecommitdiff
path: root/src/mongo/bson/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/json.h')
-rw-r--r--src/mongo/bson/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/json.h b/src/mongo/bson/json.h
index 81bf78ace36..abc27f6daf6 100644
--- a/src/mongo/bson/json.h
+++ b/src/mongo/bson/json.h
@@ -45,7 +45,7 @@ namespace mongo {
* quotes. JSON unicode escape sequences (of the form \uXXXX) are
* converted to utf8.
*
- * @throws MsgAssertionException if parsing fails. The message included with
+ * @throws AssertionException if parsing fails. The message included with
* this assertion includes the character offset where parsing failed.
*/
BSONObj fromjson(const std::string& str);