docs: remove accidentally pasted code

This commit is contained in:
Nikita Revenco 2024-11-09 16:34:44 +00:00
parent 105d4f9973
commit 007f6952a8

View File

@ -238,14 +238,6 @@ #### Case mode
Various functions for changing case of text in different ways.
"a" => switch_to_alternate_case,
"l" => switch_to_lowercase,
"u" => switch_to_uppercase,
"p" => switch_to_pascal_case,
"c" => switch_to_camel_case,
"t" => switch_to_title_case,
"s" => switch_to_snake_case,
"k" => switch_to_kebab_case,
| Key | Description | Command |
| ----- | ----------- | ------- |
| `l` | Switch all text to lowercase | `switch_to_lowercase` |