We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749574c commit 39e4c1cCopy full SHA for 39e4c1c
core/src/main/kotlin/io/github/cybercodernaj/parkour/lexer/LexerBuilder.kt
@@ -72,9 +72,9 @@ class LexerBuilder internal constructor() {
72
* }
73
* ```
74
*
75
- * @param singleLineComments regex of the pattern the lexer will skip over to the next line.
+ * @param multilineComments regex of the pattern the lexer will skip over to the next line.
76
77
- * @see Lexer.Defaults.singleLineComments
+ * @see Lexer.Defaults.multilineComments
78
* @author Nishant Aanjaney Jalan
79
* @since 0.2.0
80
*/
0 commit comments