Skip to content

Commit b878f56

Browse files
authored
Merge pull request #34 from nickbar01234/nickbar01234/typo
Fix typo
2 parents 88ad777 + 831bc57 commit b878f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

immutable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ <h3 id="default-attributes">Default attributes</h3>
668668
</code></pre></div></div>
669669

670670
<p>Since version <code class="language-plaintext highlighter-rouge">2.0.15</code>, the <code class="language-plaintext highlighter-rouge">defaultAsDefault</code> style parameter (<code class="language-plaintext highlighter-rouge">@Value.Style(defaultAsDefault = true, ...)</code>) is supported.
671-
This instructes generated builders to treat Java 8 default methods in interfaces as if they were annotated with <code class="language-plaintext highlighter-rouge">@Value.Default</code>.</p>
671+
This instructs generated builders to treat Java 8 default methods in interfaces as if they were annotated with <code class="language-plaintext highlighter-rouge">@Value.Default</code>.</p>
672672

673673
<p><a name="derived-attribute"></a></p>
674674
<h3 id="derived-attributes">Derived attributes</h3>

0 commit comments

Comments
 (0)