Skip to content

Commit dcf1d6c

Browse files
authored
Apply suggestions from code review
1 parent a18b0a2 commit dcf1d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tasks/FileUploadUtil/UploadResult.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export class UploadResult {
5757

5858
/**
5959
* @public
60-
* @param {responsebody} responsebody - The response body from the completed upload response
61-
* @param {responsebody} location - The location value from the headers from the completed upload response
60+
* @param {responseBody} responsebody - The response body from the completed upload response
61+
* @param {location} location - The location value from the headers from the completed upload response
6262
*/
6363
public constructor(responseBody: unknown, location: string) {
6464
// Response body or the location parameter can be undefined.

0 commit comments

Comments
 (0)