Skip to content

Commit 24cfbc0

Browse files
authored
Update README.md
1 parent c905351 commit 24cfbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/153-isRotated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A rotation on a string is defined as removing the first element and concatenatin
1010

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

1616
## 💡 Hint:

0 commit comments

Comments
 (0)