File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -429,12 +429,12 @@ class InstanceConfig extends common.GrpcServiceObject {
429
429
430
430
/**
431
431
* @typedef {array } ExistsInstanceConfigResponse
432
- * @property {boolean } 0 Whether the { @link InstanceConfig} exists.
432
+ * @property {boolean } 0 Whether the InstanceConfig exists.
433
433
*/
434
434
/**
435
435
* @callback ExistsInstanceConfigCallback
436
436
* @param {?Error } err Request error, if any.
437
- * @param {boolean } exists Whether the { @link InstanceConfig} exists.
437
+ * @param {boolean } exists Whether the InstanceConfig exists.
438
438
*/
439
439
/**
440
440
* Check if an instance config exists.
@@ -509,7 +509,7 @@ promisifyAll(InstanceConfig, {
509
509
} ) ;
510
510
511
511
/**
512
- * Reference to the { @link InstanceConfig} class.
512
+ * Reference to the InstanceConfig class.
513
513
* @name module:@google -cloud/spanner.InstanceConfig
514
514
* @see InstanceConfig
515
515
*/
You can’t perform that action at this time.
0 commit comments