We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8c14 commit 958bdf2Copy full SHA for 958bdf2
1 file changed
docs/index.html
@@ -49,8 +49,8 @@
49
<div class="container">
50
<br />
51
<h1>LiquidJava Quiz</h1>
52
+ <p>Test your knowledge about LiquidJava concepts including refinements, object state modeling and ghost variables!</p>
53
<img src="images/banner.gif" alt="LiquidJava Banner"/>
-<hr>
54
<ol>
55
<li>
56
<p>Liquid types allow developers to catch bugs at:</p>
@@ -62,7 +62,6 @@ <h1>LiquidJava Quiz</h1>
62
</ul>
63
</li>
64
65
-<p>Liquid types can prevent bugs which of the following? <strong>(Select all that apply)</strong> </p>
66
<ul class="checklist">
67
<li><label><input type="checkbox" data-question="0" data-content="1" /> Array index out-of-bounds</label></li>
68
<li><label><input type="checkbox" data-question="0" data-content="1" /> Null pointer exceptions</label></li>
0 commit comments