Skip to content

Commit

Permalink
Merge pull request #59 from fbuchlak/fix/readme-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey committed Apr 30, 2024
2 parents e37eb45 + e7638b2 commit 5b59acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ all lower case, no special chars. ie:
> The order of formats can be important, as some identifiers are the same
> for multiple formats. Take the string 'action' for example. This is a match for
> both snake*case \_and* camel_case. It's therefore important to place a format
> between those two so we can correcly change the string.
> between those two so we can correctly change the string.
______________________________________________________________________

Expand All @@ -355,7 +355,7 @@ overridden on a per-lang basis. Check out the implementations under
| `toggle_operator()` | |||||| || | | ||
| `toggle_int_readability()` | ||| |||||| | | |
| `toggle_block()` | || | | | | | | | | | |
| if/else \<-> ternery | || | || | | | | | | |
| if/else \<-> ternary | || | || | | | | | | |
| if block/postfix | || | | | | | | | | | |
| `toggle_hash_style()` | || | | | | | | | | | |
| `conceal_string()` | | || | | | | | || | |
Expand Down

0 comments on commit 5b59acb

Please sign in to comment.