chore(i18n,learn): processed translations (#50716)

This commit is contained in:
camperbot
2023-06-16 00:50:40 +05:30
committed by GitHub
parent 0e72d881a1
commit a47bf7f7a4
505 changed files with 18006 additions and 96 deletions

View File

@@ -65,7 +65,7 @@ assert.deepEqual(copyMachine(['it works'], 3), [
La función `copyMachine` debe utilizar el `spread operator` (operador de propagación) con el arreglo `arr`
```js
assert(code.match(/\.\.\.arr/));
assert(code.match(/\.\.\.\s*arr/));
```
# --seed--