Skip to content

Commit 2dfee7f

Browse files
committed
.
1 parent 47da9ea commit 2dfee7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/unroll-default-arguments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ who upgrading the versions of their dependencies. Similar concerns are present w
231231
Scala-Native, albeit the failure happens at link-time rather than run-time
232232

233233
`@unroll` is an annotation that can be applied as follows, to the first "additional" default
234-
parameter that was added (in this case, `b: Boolean = true`)
234+
parameter that was added in each published version of the library (in this case,
235+
`b: Boolean = true` and `l: Long = 0`)
235236

236237

237238
```scala

0 commit comments

Comments
 (0)