Merge pull request #2568 from h-michael/fix-reasonml-doc

Remove unnecessary asterisk from doc/ale-reasonml
This commit is contained in:
w0rp
2019-06-10 09:06:43 +01:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ g:ale_reason_ols_use_global *g:ale_reason_ols_use_global*
=============================================================================== ===============================================================================
reason-language-server *ale-reasonml-language-server* 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 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 latest release. You can place it anywhere, but ensure you set the executable
path. path.
@@ -50,7 +50,7 @@ g:ale_reason_ls_executable *g:ale_reason_ls_executable*
Type: |String| Type: |String|
This variable defines the standard location of the language server This variable defines the standard location of the language server
executable. This *must* be set. executable. This must be set.
=============================================================================== ===============================================================================