Skip to content

Commit

Permalink
chore: Update comments to correctly refer to MarkdownSourceCode (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami authored Oct 12, 2024
1 parent 876cf0f commit 9c92c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/language/markdown-language.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 9c92c9f

Please sign in to comment.