TBR fixing typo

Change-Id: Ie3b98e3121816837269196308bd1888fbe90c468
diff --git a/src/rpc/client.js b/src/rpc/client.js
index 487c91b..00975e0 100644
--- a/src/rpc/client.js
+++ b/src/rpc/client.js
@@ -453,7 +453,7 @@
  * @param {string} name The vanadium name of the service to bind to.
  * @param {module:vanadium.vdl.signature.Interface} signature The service
  * signature of a vanadium service.
- * @return {object} Object The stub object containing
+ * @return {object} The stub object containing
  * the exported methods of the remote service.
  */
 Client.prototype.bindWithSignature = function(name, signature) {