Skip to content

Commit 73b7508

Browse files
authored
stronger statement about aliasing
1 parent 95e63d0 commit 73b7508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rule_author/superpowers/mutation_support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There are a few key points to follow:
4141
- There must be a mutable tangent input for every mutated primal input
4242
- When the primal value is changed, the corresponding change must be made to its tangent partner
4343
- When a value is returned, return its partnered tangent.
44-
- If two primals alias, then their tangents must also alias.
44+
- If (and only if) primal values alias, then their tangents must also alias.
4545

4646
### Example
4747
For example, consider the primal function with:

0 commit comments

Comments
 (0)