Skip to content

Commit b244838

Browse files
committed
.
1 parent 2f3f449 commit b244838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/unroll-default-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ the `O(n^2)` asymptotic complexity becoming a problem if a method accumulates hu
636636
default parameters over time. In such extreme scenarios, some kind of builder pattern
637637
(such as those listed in [Major Alternatives](#major-alternatives)) may be preferable.
638638

639-
###`@unroll` only supports `final` methods.
639+
### `@unroll` only supports `final` methods.
640640

641641
`object` methods and constructors are naturally
642642
final, but `class` or `trait` methods that are `@unroll`ed need to be explicitly marked `final`.

0 commit comments

Comments
 (0)