diff options
author | Julian Gong <zlgong@me.com> | 2023-11-05 12:22:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 18:22:41 +0000 |
commit | 901d3ff8dd77c03662bc1105ba9964cff063178a (patch) | |
tree | d1d31222277f32315f98d7a6a6ed4d7f32ea9415 /README.md | |
parent | 53b01d6a546384a28f1ccbed41baae58d7341da4 (diff) | |
download | ale-901d3ff8dd77c03662bc1105ba9964cff063178a.zip |
Fix a typo in README.md (#4647)
Co-authored-by: Julian Gong <julian@meds.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ See `:help ale-symbol-search` for more information. ### Refactoring: Rename, Actions -ALE supports renaming symbols in symbols in code such as variables or class +ALE supports renaming symbols in code such as variables or class names with the `ALERename` command. `ALEFileRename` will rename file and fix import paths (tsserver |