We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
1 parent 0cd7cf9 commit 75b4228Copy full SHA for 75b4228
core/src/main/java/org/jruby/ext/ripper/RipperLexer.java
@@ -710,7 +710,7 @@ public boolean hasScanEvent() {
710
return lex_p > tokp;
711
}
712
713
- public void dispatchDelayedToken(int token) { //mri: rupper_dispatch_delayed_token
+ public void dispatchDelayedToken(int token) { //mri: ripper_dispatch_delayed_token
714
int saved_line = ruby_sourceline;
715
int saved_tokp = tokp;
716
@@ -923,9 +923,9 @@ private int yylex2() throws IOException {
923
924
925
/**
926
- * Returns the next token. Also sets yyVal is needed.
+ * Returns the next token. Also sets yyVal as needed.
927
*
928
- *@return Description of the Returned Value
+ * @return the next token
929
*/
930
private int yylex() throws IOException {
931
int c;
0 commit comments