You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ <h2>Verify Your Java Programs with JML</h2>
17
17
</div>
18
18
<divclass="col-md-4">
19
19
<h2>Support for Static and Runtime Checking</h2>
20
-
<p>Verification in OpenJML can be performed either by using our static ideductive verification capability or by using our runtime assertion checking features. Runtime assertion checking is often easier to write specifications for whereas static checking gives stronger guarantees about program behavior. </p>
20
+
<p>Verification in OpenJML can be performed either by using our static deductive verification capability or by using our runtime assertion checking features. Runtime assertion checking is often easier to write specifications for whereas static checking gives stronger guarantees about program behavior. </p>
21
21
<p><b>To learn more, select one of the menu buttons at the top of this web page.</b></p>
0 commit comments