Skip to content

Commit 331ac85

Browse files
authored
Update README.es.md
1 parent 24cfbc0 commit 331ac85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/153-isRotated/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Una rotación en un string se define como quitar el primer elemento y concatenar
1010

1111
```js
1212
let output = isRotated("Hello World", "orldHello W")
13-
console.log(output) // true
13+
console.log(output) // --> true
1414
```
1515

1616
## 💡 Pista:

0 commit comments

Comments
 (0)