Skip to content

Commit f72ef25

Browse files
Update doc/cprover-manual/requires-and-ensures-clauses.md
Co-authored-by: Saswat Padhi <[email protected]>
1 parent f0c9e82 commit f72ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/requires-and-ensures-clauses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ side effects (i.e., do not modify any local or global state). This will be check
3535

3636
### Semantics
3737

38-
The semantics of a _requires_ clause *r* of a given function *f* can be
38+
The semantics of _ensures_ and _requires_ clauses can be
3939
understood in two contexts: enforcement and replacement.
4040
To illustrate these two perspectives, consider the following implementation of the `sum` function.
4141

0 commit comments

Comments
 (0)