This commit is contained in:
Frieder Bluemle
2020-12-08 22:50:41 -08:00
committed by GitHub
parent 1c69d4716c
commit cbd3a44c09
41 changed files with 58 additions and 58 deletions
@@ -27,7 +27,7 @@ const COMMIT_SHA =
execSync('git rev-parse HEAD').toString('utf8').trim();
/**
* The GithubMarkdownPrinter is a MarkdownPrinter for printing Github-flavored markdown documents.
* The GithubMarkdownPrinter is a MarkdownPrinter for printing GitHub Flavored Markdown documents.
*/
export default class GithubMarkdownPrinter implements MarkdownPrinter {
private str: string = '';
+1 -1
View File
@@ -31,7 +31,7 @@ export type TypeLink = {
};
/**
* TypeInfo describes a Typescript Type.
* TypeInfo describes a TypeScript Type.
*/
export type TypeInfo = {
id: number;