Skip to content

Commit

Permalink
Fix jsdocs (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and stephenplusplus committed Mar 28, 2018
1 parent 5e90d02 commit 0b505c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-compute/src/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Project(compute) {
/**
* Get a Project object.
*
* @method Operation#get
* @method Project#get
*
* @example
* const Compute = require('@google-cloud/compute');
Expand All @@ -72,7 +72,7 @@ function Project(compute) {
* @see [Projects: get API Documentation]{@link https://cloud.google.com/compute/docs/reference/v1/projects/get}
* @see [Projects Resource]{@link https://cloud.google.com/compute/docs/reference/v1/projects}
*
* @method Operation#getMetadata
* @method Project#getMetadata
* @param {function=} callback - The callback function.
* @param {?error} callback.err - An error returned while making this
* request.
Expand Down

0 comments on commit 0b505c2

Please sign in to comment.