Skip to content

Commit

Permalink
docs: broken tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind committed Jul 13, 2023
1 parent af37465 commit 48aaf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/showcase-echo-client/src/v1beta1/echo_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1092,9 +1092,9 @@ export class EchoClient {
* @param {function(?Error, ?Object)} [callback]
* The function which will be called with the result of the API call.
*
* The second parameter to the callback is an object representing [Array<Policy>]{@link google.iam.v1.Policy}.
* The second parameter to the callback is an object representing [Policy]{@link google.iam.v1.Policy}.
* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing [Array<Policy>]{@link google.iam.v1.Policy}.
* The first element of the array is an object representing [Policy]{@link google.iam.v1.Policy}.
* The promise has a method named "cancel" which cancels the ongoing API call.
*/
getIamPolicy(
Expand Down

0 comments on commit 48aaf35

Please sign in to comment.