Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 10, 2024
1 parent 9d65ef1 commit be84021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# unroll


Unroll provides the `@unroll.Unroll("foo")` annotation that can be applied
Unroll provides the `@Unroll` annotation that can be applied
to methods, classes, and constructors. `@Unroll` generates unrolled/telescoping
versions of the method, starting from the parameter specified by `"foo"`, which
versions of the method, starting from the annotated parameter, which
are simple forwarders to the primary method or constructor implementation.

In the past, evolving code in Scala while maintaining binary compatibility was a pain.
Expand Down

0 comments on commit be84021

Please sign in to comment.