Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
/home/docs/checkouts/readthedocs.org/user_builds/codewars/checkouts/582/kyu_8/alternating_case/README.md:9: WARNING: Pygments lexer name 'test' is not known
  • Loading branch information
ikostan committed Dec 25, 2024
1 parent 56af21e commit 9692f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_8/alternating_case/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ selected language; **see the initial solution for details**) such that
each lowercase letter becomes uppercase and each uppercase letter becomes
lowercase. For example:

```test
```bash
> "hello world".toAlternatingCase() === "HELLO WORLD"
>
> "HELLO WORLD".toAlternatingCase() === "hello world"
Expand Down

0 comments on commit 9692f8a

Please sign in to comment.