Skip to content

Commit

Permalink
Merge pull request #441 from derfex/patch-1
Browse files Browse the repository at this point in the history
fix (reactivity-fundamentals.md): correct the translation using the English source
  • Loading branch information
Ibochkarev authored Jun 3, 2024
2 parents f04f867 + 93aeb81 commit 2e93540
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 2e93540

Please sign in to comment.