summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-06-10 09:06:43 +0100
committerGitHub <noreply@github.com>2019-06-10 09:06:43 +0100
commitd9bad6c0b83b51da1c8e83f5b72e58e8755453c8 (patch)
treedc7d746ba29f98af555e53675d82de6e37a464fa
parent507f164a09d2cb3c99983424f9d186d6f4081820 (diff)
parentefa95e26578e399a97f69e53248835d2fd3e9ad3 (diff)
downloadale-d9bad6c0b83b51da1c8e83f5b72e58e8755453c8.zip
Merge pull request #2568 from h-michael/fix-reasonml-doc
Remove unnecessary asterisk from doc/ale-reasonml
-rw-r--r--doc/ale-reasonml.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt
index 75eb19ac..b8729a55 100644
--- a/doc/ale-reasonml.txt
+++ b/doc/ale-reasonml.txt
@@ -39,7 +39,7 @@ g:ale_reason_ols_use_global *g:ale_reason_ols_use_global*
===============================================================================
reason-language-server *ale-reasonml-language-server*
-Note: You *must* set an executable - there is no 'default' install location.
+Note: You must set an executable - there is no 'default' install location.
Go to https://github.com/jaredly/reason-language-server and download the
latest release. You can place it anywhere, but ensure you set the executable
path.
@@ -50,7 +50,7 @@ g:ale_reason_ls_executable *g:ale_reason_ls_executable*
Type: |String|
This variable defines the standard location of the language server
- executable. This *must* be set.
+ executable. This must be set.
===============================================================================