提交 017a4972 编写于 作者: M Matt Bierner

spell

上级 236b1a9d
......@@ -14,7 +14,7 @@ function getTagBodyText(tag: Proto.JSDocTagInfo): string | undefined {
switch (tag.name) {
case 'example':
case 'default':
// Convert to markdown code block if it not already one
// Convert to markdown code block if it is not already one
if (tag.text.match(/^\s*[~`]{3}/g)) {
return tag.text;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册