Skip to content

Commit 92c8c14

Browse files
committed
Update Quiz
1 parent e0580be commit 92c8c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h1>LiquidJava Quiz</h1>
120120
<p>In LiquidJava, the <code>@ExternalRefinementsFor</code> annotation is used to:</p>
121121
<ul class="radio-list">
122122
<li><label><input type="radio" data-question="1" data-content="0" /> Import refinements from external libraries</label></li>
123-
<li><label><input type="radio" data-question="0" data-content="1" /> Define new refinements for an external class</label></li>
123+
<li><label><input type="radio" data-question="0" data-content="1" /> Define new refinements for an external class or interface</label></li>
124124
<li><label><input type="radio" data-question="1" data-content="0" /> Export refinements to other modules</label></li>
125125
<li><label><input type="radio" data-question="1" data-content="0" /> None of the above</label></li>
126126
</ul>

0 commit comments

Comments
 (0)