usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
408 stars 77 forks source link

Fix small copy/paste error in Prelude.java regarding doc comment of the `last` function #2041

Closed leegbestand closed 1 month ago

leegbestand commented 1 month ago

The name of the function in the doc comment should be last but is head.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 49%. Comparing base (fc72dc7) to head (2700406). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2041 +/- ## ======================================= Coverage 49% 49% - Complexity 6306 6309 +3 ======================================= Files 664 664 Lines 59635 59635 Branches 8647 8647 ======================================= + Hits 29471 29486 +15 + Misses 27946 27935 -11 + Partials 2218 2214 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jurgenvinju commented 1 month ago

Thanks