Skip to content

Commit

Permalink
fix (reactivity-fundamentals.md): correct the translation using the E…
Browse files Browse the repository at this point in the history
…nglish source
  • Loading branch information
derfex authored Jun 2, 2024
1 parent f04f867 commit 93aeb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/reactivity-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ console.log(proxy.nested === raw) // false

### Ограничения `reactive()` {#limitations-of-reactive}

API `reactive()` имеет два ограничения:
API `reactive()` имеет несколько ограничений:

1. **Ограниченные типы значений:** работает только для типов объектов (objects, arrays, и [типы коллекций](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#keyed_collections) такие как `Map` и `Set`). Он не может удерживать [примитивные типы](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) такие как `string`, `number` или `boolean`.

Expand Down

0 comments on commit 93aeb81

Please sign in to comment.