aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/js/well_known_types/any.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/compiler/js/well_known_types/any.js')
-rw-r--r--src/google/protobuf/compiler/js/well_known_types/any.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/js/well_known_types/any.js b/src/google/protobuf/compiler/js/well_known_types/any.js
index 22f18919..d7ca6e3a 100644
--- a/src/google/protobuf/compiler/js/well_known_types/any.js
+++ b/src/google/protobuf/compiler/js/well_known_types/any.js
@@ -69,7 +69,7 @@ proto.google.protobuf.Any.prototype.pack = function(serialized, name,
* the binary data properly.
* @param {string} name The expected type name of this message object.
* @return {?T} If the name matched the expected name, returns the deserialized
- * object, otherwise returns undefined.
+ * object, otherwise returns null.
*/
proto.google.protobuf.Any.prototype.unpack = function(deserialize, name) {
if (this.getTypeName() == name) {