Skip to content

Commit 4b66d29

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

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
@@ -61,7 +61,7 @@ __CPROVER_ensures((__CPROVER_return_value == SUCCESS) ==> (*out == (*a + *b)))
6161
In order to determine whether _requires_ and _ensures_ clauses are a sound
6262
characterization of the behavior of a function *f*, CBMC will try to check them as follows:
6363
64-
1. Considers all arguments and global variables as non-determinisc values;
64+
1. Considers all arguments and global variables as non-deterministic values;
6565
2. Assumes all preconditions specified in the `__CPROVER_requires` clauses;
6666
4. Calls the implementation of function *f*;
6767
5. Asserts all postconditions described in the `__CPROVER_ensures` clauses.

0 commit comments

Comments
 (0)