Skip to content

Commit 39e4c1c

Browse files
docs: fixed incorrect param name and @see [skip ci]
1 parent 749574c commit 39e4c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/kotlin/io/github/cybercodernaj/parkour/lexer/LexerBuilder.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ class LexerBuilder internal constructor() {
7272
* }
7373
* ```
7474
*
75-
* @param singleLineComments regex of the pattern the lexer will skip over to the next line.
75+
* @param multilineComments regex of the pattern the lexer will skip over to the next line.
7676
*
77-
* @see Lexer.Defaults.singleLineComments
77+
* @see Lexer.Defaults.multilineComments
7878
* @author Nishant Aanjaney Jalan
7979
* @since 0.2.0
8080
*/

0 commit comments

Comments
 (0)