Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
space for constructor text (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaric1 authored and TheOpenDevProject committed Jun 27, 2018
1 parent c3a7cb7 commit 1ff011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export class Documenter implements vs.Disposable {
}

private _emitConstructorDeclaration(sb: utils.SnippetStringBuilder, node: ts.ConstructorDeclaration) {
sb.appendSnippetPlaceholder(`Creates an instance of ${
sb.appendSnippetPlaceholder(` Creates an instance of ${
(<ts.ClassDeclaration>node.parent).name.getText()
}.`);
sb.appendLine();
Expand Down

0 comments on commit 1ff011b

Please sign in to comment.