diff --git a/src/language/markdown-language.js b/src/language/markdown-language.js index d02539c..1be1f27 100644 --- a/src/language/markdown-language.js +++ b/src/language/markdown-language.js @@ -126,10 +126,10 @@ export class MarkdownLanguage { } /** - * Creates a new `JSONSourceCode` object from the given information. - * @param {File} file The virtual file to create a `JSONSourceCode` object from. + * Creates a new `MarkdownSourceCode` object from the given information. + * @param {File} file The virtual file to create a `MarkdownSourceCode` object from. * @param {OkParseResult} parseResult The result returned from `parse()`. - * @returns {MarkdownSourceCode} The new `JSONSourceCode` object. + * @returns {MarkdownSourceCode} The new `MarkdownSourceCode` object. */ createSourceCode(file, parseResult) { return new MarkdownSourceCode({