Skip to content

Commit a6a0c00

Browse files
committed
comment
1 parent 0949dbf commit a6a0c00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/shared/src/swagger.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ export class Swagger {
166166
}
167167

168168
/**
169-
* Content of swagger file, either loaded from `#path` or passed in via `options`.
170-
*
171-
* @returns {Promise<string>}
169+
* @returns {Promise<string>} Content of swagger file, representated as a string, either loaded from `#path` or passed in via `options`
172170
* @throws {SpecModelError}
173171
*/
174172
async #getContent() {

0 commit comments

Comments
 (0)