diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-02-18 09:06:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 09:06:34 +0000 |
commit | fefc093e707716da755ca2c326f852495f1b56fb (patch) | |
tree | a901d6cbf609ca33d01f728cd62ce459304a4c71 | |
parent | c3d4e0983b4b08e61692cdd88990a79525a78707 (diff) | |
parent | 90457fdb6b046950ae30a63494ef1752055302c2 (diff) | |
download | ale-fefc093e707716da755ca2c326f852495f1b56fb.zip |
Merge pull request #2304 from mandreyel/patch-1
Fix typo in ale.txt
-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. |