diff options
author | mandreyel <mandreyel@protonmail.com> | 2019-02-18 09:30:51 +0100 |
---|---|---|
committer | mandreyel <mandreyel@protonmail.com> | 2019-02-18 09:33:03 +0100 |
commit | 90457fdb6b046950ae30a63494ef1752055302c2 (patch) | |
tree | a901d6cbf609ca33d01f728cd62ce459304a4c71 /doc | |
parent | c3d4e0983b4b08e61692cdd88990a79525a78707 (diff) | |
download | ale-90457fdb6b046950ae30a63494ef1752055302c2.zip |
Fix typo in ale.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 85d4de3b..22639251 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2648,7 +2648,7 @@ ALEGoToDefinitionInVSplit *ALEGoToDefinitionInVSplit* ALEGoToTypeDefinition *ALEGoToTypeDefinition* This works similar to |ALEGoToDefinition| but instead jumps to the - definition of a type of a symbol undert the cursor. ALE will jump to a + definition of a type of a symbol under the cursor. ALE will jump to a definition if an LSP server provides a location to jump to. Otherwise, ALE will do nothing. |