Skip to content

Commit e6f1335

Browse files
author
Daniel Kroening
committed
manual: end a sentence
1 parent f10ab30 commit e6f1335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ int do_something_with_complex(struct Complex *complex)
266266
```
267267

268268
A note on limitations: Because only static information is used for code
269-
generation, arrays of unknown size and pointers will not be affected by this;
269+
generation, arrays of unknown size and pointers will not be affected by this.
270270
Which means that for code like this:
271271

272272
```C

0 commit comments

Comments
 (0)