fix spelling of information on comment

Aaron Ogle 2017-06-16 20:32:49 -05:00 коммит произвёл GitHub
Родитель 98cf5b1968
Коммит ff8ceac2d7
1 изменённых файлов: 1 добавлений и 1 удалений

@ -511,7 +511,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);