Skip to content

Commit fb6f542

Browse files
author
davidcok
committed
Moving nav bar
1 parent b702c6f commit fb6f542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/Postconditions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: JML Tutorial - Postconditions (ensures clauses)
3+
---
14
<div style="display: flex; justify-content: space-between;">
25
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
36
<a href="index.html">&lt;&lt;&lt;Previous</a>
@@ -10,9 +13,6 @@
1013
</div>
1114
</div>
1215

13-
---
14-
title: JML Tutorial - Postconditions (ensures clauses)
15-
---
1616

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

0 commit comments

Comments
 (0)