Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 5550522

Browse files
authored
Apply suggestions from code review
1 parent 52960f7 commit 5550522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/basic-reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
```
6161

6262

63-
如果 proxy 是 [`readonly`](#readonly) 创建的,但还包装了由 [`reactive`](#reactive) 创建的另一个 proxy ,它也会返回 `true`
63+
如果 proxy 是 [`readonly`](#readonly) 创建的,但还包装了由 [`reactive`](#reactive) 创建的另一个 proxy,它也会返回 `true`
6464

6565

6666
```js{7-15}

0 commit comments

Comments
 (0)