Skip to content

Commit 3980efa

Browse files
authored
Merge pull request #3544 from edstenson/review_api
Updated language use in api.md
2 parents 8648df3 + 8fa508a commit 3980efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section on [Assumptions](../modeling/assumptions/).
2424
2525
```C
2626
void __CPROVER_r_ok(const void *, size_t size);
27-
void __CPROVER_w_ok(cosnt void *, size_t size);
27+
void __CPROVER_w_ok(const void *, size_t size);
2828
```
2929

3030
The function **\_\_CPROVER\_r_ok** returns true if reading the piece of

0 commit comments

Comments
 (0)