Skip to content

Commit 7e31a79

Browse files
author
davidcok
committed
Typos
1 parent 8122562 commit 7e31a79

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

downloads/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>Installing OpenJML (Command Line Tool)</h2>
3939
<li> openjml-run -- this script runs a program compiled by openjml-compile
4040
</ul>
4141

42-
<p>Current versions of the pdf file are also available from <a href="../downloads">this web site</a>.</p>
42+
<p>Current versions of the pdf file are also available from <a href="../documentation">this web site</a>.</p>
4343
<p>If <i>$OJ</i> is the installation directory, then you can run openjml
4444
using the command line <i>$OJ</i><tt>/openjml</tt>. For example,
4545
<i>$OJ</i><tt>/openjml --version</tt> will emit the version number of this build.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Verify Your Java Programs with JML</h2>
1717
</div>
1818
<div class="col-md-4">
1919
<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>
2121
<p><b>To learn more, select one of the menu buttons at the top of this web page.</b></p>
2222
</div>
2323
<div class="col-md-4">

tutorial/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ begin
22
rest
33
temp_include
44
*.class
5+
**/*.actual

0 commit comments

Comments
 (0)