Fix comment

This commit is contained in:
Aya Morisawa 2018-12-21 11:28:30 +09:00
parent 138aeff682
commit 88bf7a0426

View File

@ -307,7 +307,7 @@ const elements: Element[] = [
} }
]; ];
// specify lang is todo // TODO: specify lang
export default (source: string, lang?: string): string => { export default (source: string, lang?: string): string => {
let code = source; let code = source;
let html = ''; let html = '';