Skip to content

Commit 8606f2a

Browse files
committed
Grammar
1 parent 2cfd383 commit 8606f2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

checker-qual/src/main/java/org/checkerframework/dataflow/qual/SideEffectFree.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*
1313
* <p>Only the visible side effects are important. The method is allowed to cache the answer to a
1414
* computationally expensive query, for instance. It is also allowed to modify newly-created
15-
* objects. A constructor is side-effect-free if it does not modify any objects, that existed before
16-
* it was called, in ways that are externally visible.
15+
* objects. A constructor is side-effect-free if it does not modify any objects that existed before
16+
* it was called in ways that are externally visible.
1717
*
1818
* <p>This annotation is important to pluggable type-checking because if some fact about an object
1919
* is known before a call to such a method, then the fact is still known afterwards, even if the

0 commit comments

Comments
 (0)