mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Merge pull request #138 from geekgonecrazy/patch-1
fix spelling of "information" in compiler api doc
@@ -514,7 +514,7 @@ function generateDocumentation(fileNames: string[], options: ts.CompilerOptions)
|
||||
};
|
||||
}
|
||||
|
||||
/** Serialize a class symbol infomration */
|
||||
/** Serialize a class symbol information */
|
||||
function serializeClass(symbol: ts.Symbol) {
|
||||
let details = serializeSymbol(symbol);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user