aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-05-02 16:35:16 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-05-02 16:35:16 -0700
commit5a5cfad2ec7d107c0430d54b96d0421721538bf8 (patch)
treedbf1a74f537fb5b845a74eb1791bfe2e911a30c0
parentb1c69e4697c8a365ac8911ac0e40d0b7bcfb1bbb (diff)
Fix a bit of documentation that doesn't apply to Protobuf.js 5
-rw-r--r--src/node/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node/index.js b/src/node/index.js
index 08489f9ca5..fb313ac88b 100644
--- a/src/node/index.js
+++ b/src/node/index.js
@@ -64,8 +64,6 @@ grpc.setDefaultRootsPem(fs.readFileSync(SSL_ROOTS_PATH, 'ascii'));
* Buffers. Defaults to false
* - longsAsStrings: deserialize long values as strings instead of objects.
* Defaults to true
- * - enumsAsStrings: deserialize enum values as strings instead of numbers.
- * Defaults to true
* - deprecatedArgumentOrder: Use the beta method argument order for client
* methods, with optional arguments after the callback. Defaults to false.
* This option is only a temporary stopgap measure to smooth an API breakage.