Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Jian committed Mar 20, 2020
1 parent 0e905c3 commit 67f1723
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sdk/storage/storage-blob/src/Clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export interface BlobDownloadOptions extends CommonOptions {
snapshot?: string;
/**
* An opaque DateTime string value that, when present, specifies the version of the blob
* to retrieve. It for service version 2019-10-10 and newer.
* to retrieve. It's for service version 2019-10-10 and newer.
*
* @type {string}
* @memberof BlobDownloadOptions
Expand Down Expand Up @@ -308,7 +308,7 @@ export interface BlobExistsOptions extends CommonOptions {
snapshot?: string;
/**
* An opaque DateTime value that, when present, specifies the version
* of the blob to retrieve. It for service version 2019-10-10 and newer.
* of the blob to retrieve. It's for service version 2019-10-10 and newer.
*
* @type {string}
* @memberof BlobExistsOptions
Expand Down Expand Up @@ -355,7 +355,7 @@ export interface BlobGetPropertiesOptions extends CommonOptions {
snapshot?: string;
/**
* An opaque DateTime value that, when present, specifies the version
* of the blob to retrieve. It for service version 2019-10-10 and newer.
* of the blob to retrieve. It's for service version 2019-10-10 and newer.
*
* @type {string}
* @memberof BlobGetPropertiesOptions
Expand Down Expand Up @@ -410,7 +410,7 @@ export interface BlobDeleteOptions extends CommonOptions {
snapshot?: string;
/**
* An opaque DateTime value that, when present, specifies the version
* of the blob to delete. It for service version 2019-10-10 and newer.
* of the blob to delete. It's for service version 2019-10-10 and newer.
*
* @type {string}
* @memberof BlobDeleteOptions
Expand Down Expand Up @@ -922,7 +922,7 @@ export interface BlobDownloadToBufferOptions extends CommonOptions {
snapshot?: string;
/**
* An opaque DateTime string value that, when present, specifies the version of the blob
* to retrieve. It for service version 2019-10-10 and newer.
* to retrieve. It's for service version 2019-10-10 and newer.
*
* @type {string}
* @memberof BlobDownloadToBufferOptions
Expand Down

0 comments on commit 67f1723

Please sign in to comment.