We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b5623 commit 5cf2801Copy full SHA for 5cf2801
src/walker/walker.ts
@@ -295,7 +295,7 @@ export class Walker extends EventEmitter<WalkerEmitter> {
295
return [new ReferenceNode(fragment, null), fragment];
296
}
297
298
- //fragment with type 'array' and no description should adopt description of $ref if it exists
+ //fragment with type 'array' and no description should adopt description of $ref if it exists.
299
if (fragment.type === 'array' && fragment.description === void 0) {
300
if (fragment.items !== void 0 && isObjectLiteral(fragment.items)) {
301
for (const key of Object.keys(fragment.items)) {
0 commit comments