Skip to content

Commit 6b1f20f

Browse files
committed
feat(#15): fix misprint
1 parent 0948ea1 commit 6b1f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/eolang/lints/MarkdownLinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void close() {
8787
/**
8888
* Get the first name starting with MD from the name array.
8989
*
90-
* @param names Java scrit array of names.
90+
* @param names Javascript array of names.
9191
* @return The first name starting with MD.
9292
* @throws IllegalStateException If no name starting with MD is found.
9393
*/

0 commit comments

Comments
 (0)