Skip to content

Commit 6f29033

Browse files
committed
upd
1 parent 567b522 commit 6f29033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overview/relation/reactjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ package com.business.components {
8282

8383
The state's initializer represents the state's initial value.
8484

85-
Like React.js, there is no transitive detection of mutation methods; therefore, the following is preferred over an array `.push(v)`:
85+
Like React.js, there is no transitive detection of mutation methods; therefore, the following is necessary over an array `.push(v)`:
8686

8787
```
8888
x = [...x, v];

0 commit comments

Comments
 (0)