We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3f449 commit b244838Copy full SHA for b244838
content/unroll-default-arguments.md
@@ -636,7 +636,7 @@ the `O(n^2)` asymptotic complexity becoming a problem if a method accumulates hu
636
default parameters over time. In such extreme scenarios, some kind of builder pattern
637
(such as those listed in [Major Alternatives](#major-alternatives)) may be preferable.
638
639
-###`@unroll` only supports `final` methods.
+### `@unroll` only supports `final` methods.
640
641
`object` methods and constructors are naturally
642
final, but `class` or `trait` methods that are `@unroll`ed need to be explicitly marked `final`.
0 commit comments