Skip to content

Commit

Permalink
Rephrase docstring for fromResponse
Browse files Browse the repository at this point in the history
Co-Authored-By: Elad Ben-Israel <[email protected]>
  • Loading branch information
iliapolo and Elad Ben-Israel authored Mar 1, 2020
1 parent 63b07c8 commit 335029f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const awsSdkMetadata: AwsSdkMetadata = metadata;
export class PhysicalResourceId {

/**
* Construct a resource id from the path (dot notation) to the data in the API call response.
* Extract the physical resource id from the path (dot notation) to the data in the API call response.
*/
public static fromResponse(responsePath: string): PhysicalResourceId {
return new PhysicalResourceId(responsePath, undefined);
Expand Down

0 comments on commit 335029f

Please sign in to comment.