Skip to content

Commit 6a08e26

Browse files
Merge pull request #475 from stephenplusplus/spp--docs-dox-markup-fix
docs: fix markup for dox.
2 parents 70f4a95 + 2910de1 commit 6a08e26

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/bigquery/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ var SCOPES = ['https://www.googleapis.com/auth/bigquery'];
9696
* //-
9797
* // In the following examples from this page and the other modules (Dataset,
9898
* // Table, etc.), we are going to be using a dataset from
99-
* // [data.gov](http://goo.gl/f2SXcb) of higher education institutions.
99+
* // data.gov (http://goo.gl/f2SXcb) of higher education institutions.
100100
* //
101101
* // We will create a table with the correct schema, import the public CSV file
102102
* // into that table, and query it for data.

lib/bigquery/table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ Table.prototype.delete = function(callback) {
344344
/**
345345
* Export table to Google Cloud Storage.
346346
*
347-
* @param {module:storage/file|module:storage/file[]} destination - Where the
348-
* file should be exported to.
347+
* @param {module:storage/file} destination - Where the file should be exported
348+
* to.
349349
* @param {object=} options - The configuration object.
350350
* @param {string} options.format - The format to export the data in. Allowed
351351
* options are "CSV", "JSON", or "AVRO". Default: "CSV".

lib/storage/bucket.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ function Bucket(storage, name) {
211211
* @throws if no destination is provided.
212212
* @throws if a content type cannot be determined for the destination file.
213213
*
214-
* @param {string[]|module:storage/file[]} sources - The source files that will
215-
* be combined.
214+
* @param {string[]|module:storage/file} sources - The source files that will be
215+
* combined.
216216
* @param {string|module:storage/file} destination - The file you would like the
217217
* source files combined into.
218218
* @param {function=} callback - The callback function.

lib/storage/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function File(bucket, name, metadata) {
119119
*
120120
* @throws {Error} If the destination file is not provided.
121121
*
122-
* @param {string|{module:storage/bucket}|{module:storage/file}} destination -
122+
* @param {string|module:storage/bucket|module:storage/file} destination -
123123
* Destination file.
124124
* @param {function=} callback - The callback function.
125125
*

0 commit comments

Comments
 (0)