diff --git a/doc/index.html b/doc/index.html
index ebd108e..3991e1a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -2575,7 +2575,7 @@
};
defs["google.protobuf.NullValue"] = {
"type" : "string",
- "description" : "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value.",
+ "description" : "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value.",
"default" : "NULL_VALUE",
"enum" : [ "NULL_VALUE" ]
};
diff --git a/openapi.json b/openapi.json
index 53a879f..ce686a5 100644
--- a/openapi.json
+++ b/openapi.json
@@ -1891,7 +1891,7 @@
"NULL_VALUE"
],
"default": "NULL_VALUE",
- "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
+ "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
},
"common.Aggregate": {
"type": "object",
diff --git a/src/models/GoogleProtobufNullValue.ts b/src/models/GoogleProtobufNullValue.ts
index 97e54c4..e80ac27 100644
--- a/src/models/GoogleProtobufNullValue.ts
+++ b/src/models/GoogleProtobufNullValue.ts
@@ -17,7 +17,7 @@
* `NullValue` is a singleton enumeration to represent the null value for the
* `Value` type union.
*
- * The JSON representation for `NullValue` is JSON `null`.
+ * The JSON representation for `NullValue` is JSON `null`.
*
* - NULL_VALUE: Null value.
* @export