Skip to content

Commit 966336a

Browse files
author
davidcok
committed
Commenting out
1 parent 0f7d2e3 commit 966336a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/Postconditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: JML Tutorial - Postconditions (ensures clauses)
55
<!--
66
<div style="display: flex; justify-content: space-between;">
77
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
8-
<a href="index.html">&lt;&lt;&lt;Previous</a>
8+
<a href="index.html">&lt;&lt;&lt; Previous</a>
99
</div>
1010
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align:center;">
1111
<a href="index.html">TOC</a>
@@ -14,7 +14,7 @@ title: JML Tutorial - Postconditions (ensures clauses)
1414
<a href="Preconditions.html">Next &gt;&gt;&gt;</a>
1515
</div>
1616
</div>
17-
17+
-->
1818

1919
A method's specification states _what_ the method does,
2020
but not _how_ it is done. The effect of a method is

0 commit comments

Comments
 (0)